@font-face {

	font-family: Roboto;

	src: url("../fonts/Roboto-Regular.ttf");
}

:root {

    --black:black;

    --white:white;

    --transparent:transparent;

    --navy-blue:rgb(13,22,58);

    --orenge:#ef6a02;

    --dark-blue:#070e27;

}

.navbar-default {

    background-color: var(--white);

    border-color: var(--transparent);

}

.navbar {

    min-height: 110px;

}

.navbar-header {

    height: 100px;

}

.navbar-header .navbar-brand {

    height: 100px;

}

.navbar-header .navbar-brand img {

    width: 250px;

}

.navbar-nav {

    margin-top: 3%;

}

.navbar-default .navbar-nav li a {

    font-size: 20px;

    color: var(--black);

    font-family: Roboto;

    letter-spacing: 1px;

    background-color: unset;
    padding: 14px;

}

.navbar-default .navbar-nav li.butn a{
    background-color: var(--navy-blue);
    color: #fff;
    border-radius: 10px;
}

.navbar-default .navbar-nav li a:hover {

    opacity: 0.7;

}

.navbar-default .navbar-nav .active a {

    background-color: unset;

}

.navbar-default .navbar-nav .active a:hover {

    background-color: unset;

}

.navbar-default .navbar-nav .butn {

    background-color: var(--navy-blue);

}

.navbar-default .navbar-nav .butn:hover{

    background-color: var(--navy-blue); 

    opacity: 0.7; 

}

.actived {

    color: var(--navy-blue)!important;

    font-weight: 600;

}

.butn {

    background-color: var(--navy-blue);

    border-radius: 10px;

    color: var(--white)!important;

}

.banner {

    width: 100%;

    height: 800px;

    float: left;

    position: relative;

    background-size: cover;

    background-color: var(--black);

    background-image: url("../images/bannerimg.jpg");

}

.banner::before {

    position: absolute;

    background-color: rgba(0,0,0,0.50);

    top: 0;

    left: 0;

    content: " ";

    bottom: 0;

    width: 100%;

    height: 800px;

}

.leftbanner {

    margin-top: 22%;

}

.leftbanner h2 {

    font-size: 35px;

    font-weight: 600;

    color: var(--white);

    line-height: 1.3;

    letter-spacing: 1px;

    width: 100%;

    float: left;

    font-family: Roboto;

}

.leftbanner p {

    font-size: 22px;

    color:var(--white);

    line-height: 1.2;

    letter-spacing: 1px;

    width: 100%;

    float: left;

    margin-top: 5%;

}

.leftbanner a {

    padding: 10px 18px;

    color: var(--navy-blue);

    background-color: var(--white);

    border-radius: 5px;

    text-decoration: none;

    font-family: Roboto;

    font-size: 20px;

    font-weight: 500;

    margin-top: 3%;

    float: left;

}

.leftbanner a img {

    width: 25px;

    transform: scaleX(-1);

}

.leftbanner a:hover {

    background-color: var(--navy-blue);

    color: var(--white);

}

.rightbanner {

    margin-top: 22%;

    display: flex;

    justify-content: right;

}

.rightbanner img {

    width: 250px;

    height: 290px;

    object-fit: cover;

    border-radius: 5px;

    box-shadow: -2px 2px 3px var(--white);

    margin-top: 4%;

}

.about {

    float: left;

    width: 100%;

    background-color: var(--white);

    padding-top: 7%;

    padding-bottom: 4%;

}

.aboutimg div {

    width: 95%;

    height: 350px;

    float: left;

    margin-left: 5%;

    background-color: var(--black);

    border:3px solid var(--orenge);

    border-radius: 15px;

    box-shadow: -12px 7px 4px var(--black);
    display: flex;
    justify-content: center;
    align-items: center;

}

.aboutimg div img {

    width: 300px;

    object-fit: cover;

    float: left;

    height: 300px;

    border-radius: 50%;

    background-color: #e7e7e7;

}

.aboutcontant h2 {

    font-family: Roboto;

    font-size: 33px;

    color: var(--black);

    letter-spacing: 1px;

    font-weight: bold;

    margin-top: 0px;

    margin-left: 5%;

}

.aboutcontant p {

    font-family: Roboto;

    font-size: 20px;

    line-height: 1.4;

    color: var(--black);

    margin-top: 5%;

    margin-left: 5%;

}

.aboutcontant p img {

    width: 25px;

    transform: scaleX(-1);

}

.aboutcontant b {

    font-family: Roboto;

    font-size: 20px;

    font-weight: bold;

    color: var(--black);

    margin-top: 4%;

    float: left;

    margin-left: 5%;

}

.aboutcontant b a.first {
  margin-left: 30px;
}

.aboutcontant b a img {

    width: 33px;

    padding: 2px;

    margin-left: 3px;

    filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(3116%) hue-rotate(10deg) brightness(100%) contrast(101%);

} 

.aboutcontant b a img:hover {

    filter: brightness(0) saturate(100%) invert(12%) sepia(25%) saturate(2006%) hue-rotate(201deg) brightness(92%) contrast(94%);

}

.Partners {

    margin-top: 3%;

}

.Partners h2 {

    font-weight: bold;

    font-family: Roboto;

    font-size: 33px;

    color: var(--black);

    margin-left: 4%;

    margin-top: 11%;

    float: left;

    letter-spacing: 1px;

}

.Partners .col-md-7 div {

    display: flex;

    justify-content: center;

    align-items: center;

}

.Partners .col-md-7 div img {

    width: 20%;

    float: left;

    margin-right: 10%;

}

.Mission {

    width: 100%;

    float: left;

    background-color: var(--navy-blue);

    margin-top: 4%;

    margin-bottom: 5%;

}

.Mission .row {

    margin-left: 0px;

    margin-right: 0px;

}

.Mission h2 {

    color: var(--white);

    font-family: Roboto;

    font-weight: bold;

    letter-spacing: 1px;

    font-size: 33px;

    margin-top: 15%;

    margin-left: 15%;

    margin-bottom: 6%;

}

.Mission p {

    font-family: Roboto;

    color:var(--white);

    letter-spacing: 1px;

    line-height: 1.3;

    font-size: 18px;

    margin-left: 15%;

    margin-top: 4%;

}

.Mission p img {

    width: 23px;

    transform: scaleX(-1);

}

.stressimg {

    width: 48%;

    height: 300px;

    object-fit: cover;

    float: left;

    margin-top: -5%;

    margin-left: 5%;

    box-shadow: -9px 6px 5px var(--black);

}

.stress span {

    font-size: 25px;

    font-family: Roboto;

    color: var(--white);

    letter-spacing: 1px;

    font-weight: 800;

    width: 20%;

    float: left;

    margin-top: 10%;

    margin-left: 3%;

    text-align: center;

}

.stress span img {

    width: 90%;

    transform: rotate(-90deg);

    filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(3116%) hue-rotate(10deg) brightness(100%) contrast(101%);

}

.relax span {

    width: 20%;

    float: left;

    font-family: Roboto;

    font-size: 22px;

    color: var(--white);

    letter-spacing: 1px;

    font-weight: 800;

    margin-top: 5%;

    margin-left: 30%;

    text-align: center;

}

.relax span img {

    width: 90%;

    filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(3116%) hue-rotate(10deg) brightness(100%) contrast(101%);

}

.relaximg {

    width: 48%;

    height: 300px;

    object-fit: cover;

    float: right;

    box-shadow: -9px 6px 5px var(--black);

    margin-top: -5%;

    margin-bottom: -5%;

    margin-right: -30px;

}

.Packages {

    width: 100%;

    float: left;

    background-color: var(--white);

    padding-top: 3%;

    padding-bottom: 7%;

}

.Packages h2 {

    color: var(--black);

    font-family: Roboto;

    letter-spacing: 1px;

    font-size: 33px;

    font-weight: bold;

    text-align: center;

}

.Packages p {

    color: var(--black);

    font-family: Roboto;

    font-size: 20px;

    letter-spacing: 1px;

    line-height: 1.5;

    text-align: center;

    margin-top: 3%;

    margin-bottom: 6%;

    width: 80%;

    margin-left: auto;

    margin-right: auto;

}

.package {

    border: 1px solid black;

    border-radius: 10px;

    width: 100%;

    height: 450px;

    float: left;

    margin-left: auto;

    margin-right: auto;

}

.package b {

    font-family: Roboto;

    font-size: 22px;

    width: 90%;

    float: left;

    margin-top: 5%;

    letter-spacing: 1px;

    color: var(--orenge);

    padding-left: 5%;

}

.package b hr {

    width: 100%;

    float: left;

    height: 1px;

    background-color: var(--black);

    margin-left: -6%;

}

.package strong {

    width: 70%;

    float: left;

    letter-spacing: 1px;

    margin-left: 5%;

    font-family: Roboto;

    font-size: 20px;

    color: var(--black);

}

.package strong hr {

    height: 2px;

    background-color: var(--black);

    width: 100%;

    float: left;

    margin-top: 4px;

}

.package span {

    float: left;

    width: 100%;

    padding-left: 5%;

    margin-bottom: 5%;

}

.package span img {

    width: 20px;

    float: left;

    margin-top: 1px;

    filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(3116%) hue-rotate(10deg) brightness(100%) contrast(101%);

}

.package span p {

    width: 86%;

    float: left;

    font-family: Roboto;

    font-size:15px;

    color: var(--black);

    text-align: left;

    line-height: 1.3;

    margin-top: 0%;

    letter-spacing: 1px;

    margin-bottom: 0%;

    margin-left: 5px;

}

.package div {

    position: absolute;

    width: 23%;

    float: left;

    height: 125px;

    background-color: var(--orenge);

    color: var(--white);

    font-family: Roboto;

    font-size: 18px;

    text-align: center;

    right: 16px;

    top:1px;

    padding-top: 45px;

    padding-left: 5px;

    border-radius: 65px 9px 0px 65px;

    font-weight: 700;

    letter-spacing: 1px;

}

.package div h3 {

    text-decoration-line: line-through;

    font-size: 18px;

    font-weight: 700;

    font-family: Roboto;

    margin-top: 0%;

    margin-bottom: 0%;

}

.Packages .col-md-12 a {

    background-color: var(--navy-blue);

    color: var(--white);

    font-family: Roboto;

    font-size: 18px;

    font-weight: bold;

    letter-spacing: 1px;

    text-align: center;

    width: 100%;

    float: left;

    border-radius: 10px;

    margin-top: 2%;

    padding: 15px 13px;

    text-decoration: none;

}

.Packages .col-md-12 a:hover {

    text-decoration: none;

    opacity: 0.7;

}

.Articles {

    float: left;

    width: 100%;

    background-color: var(--navy-blue);

    padding-top: 7%;

}

.Articles h2 {

    width: 100%;

    float: left;

    text-align: center;

    font-family: Roboto;

    font-size: 33px;

    color: var(--white);

    letter-spacing: 1px;

    font-weight: bold;

    margin-bottom: 7%;

}

.article {

    background-color: var(--white);

    border-radius: 10px;

    width: 100%;

    height: auto;

    float: left;

    margin-left: auto;

    margin-right: auto;

    padding: 10px;

    padding-bottom: 10%;

}

.article img {

    width: 100%;

    height: 150px!important;

    float: left;

    object-fit: cover;

    border-radius: 10px;

}

.article div {

    position: absolute;

    width: 55%;

    height: 25px;

    background-color: var(--black);

    right: 7px;

    font-family: Roboto;

    font-size: 13px;

    color: var(--white);

    border-radius: 0px 10px 0px 0px;

    padding-top:3px;

    opacity: 0.7;

}

.article div img {

    width: 25px!important;

    height: 25px!important;

    transform: rotate(-45deg);

    filter: invert(1) brightness(5);

    margin-top: -3px;

}

.article span {

    margin-top: 5%;

    width: 100%;

    float: left;

    font-family: Roboto;

    font-size: 14px;

}

.article span img {

    width: 25px!important;

    height: auto!important;

}

.article h3 {

    float: left;

    width: 100%;

    color: var(--orenge);

    font-family: Roboto;

    font-size: 17px;

    font-weight: 600;

    letter-spacing: 1px;

    line-height: 1.2;

    margin-top: 15px;

    margin-bottom: 5px;

    min-height: 60px;

}

.article p {

    font-family: Roboto;

    font-size: 12px;

    margin-top: 4%;

    color: var(--black);

    line-height: 1.2;

    letter-spacing: 1px;

    float: left;

    width: 100%;

    min-height: 42px;

}

.article a {

    width: 44%;

    font-size: 14px;

    font-weight: bold;

    float: left;

    color: var(--black);

    text-decoration: none;

    overflow: hidden;

    margin-top: 3%;

}

.article a:hover img {

    transform: translateX(10px);

}

.article a hr {

    float: left;

    width: 100%;

    height: 2px;

    background-color: var(--black);

    margin-top: -1%;

    margin-bottom: 0%;

} 

.article a img {

    width: 30px!important;

    float: right;

    height: 20px!important;

    margin-top: 1%;

    margin-right: 3%;

    transform: translateX(0);

    transition: transform 0.6s ease;

}

#Article_block .item{

  margin: 3px;

}

#Article_block .item{

  display: block;

  width: 100%;

  height: auto;

}

.owl-carousel.owl-loaded {

    float: left;

}

.owl-theme .owl-nav.disabled + .owl-dots {

    margin-top: 7%;

}

.Gallery {

    width: 100%;

    float: left;

    padding-top: 7%;

    background-color: var(--navy-blue);

}

.item img {

  width: 100%;

  height: 250px;

  object-fit: cover;

  transition: filter 0.6s;

}

.zoom-img {

  position: relative;

  transition: filter 0.4s;

  z-index: 9;

  overflow: hidden;
  display: inline-block;
  width: 100%;

}

.zoom-img:hover img {

    filter: blur(1rem);

}

.zoom-img::before {

  content: "";

  background-color: var(--orenge);

  opacity: 0.4;

  position: absolute;

  left: 0;

  top: 0;

  transform: scale(0);

  transition: transform 0.4s;

  width: 100%;

  height: 100%;

  background-image: url(../images/plus_icon.png);

  background-repeat: no-repeat;

  background-position: center;

  z-index: 99;

}

.zoom-img:hover::before {

    transform: scale(1);

}



.Contact {

    width: 100%;

    float: left;

    background-color: var(--navy-blue);

    padding-top: 7%;

    padding-bottom: 7%;

}

.gettouch h2 {

    color: var(--white);

    font-family: Roboto;

    font-size: 33px;

    font-weight: bold;

    letter-spacing: 1px;

    width: 100%;

    float: left;

}

.gettouch h2 img {

    width: 33px;

    transform: scaleX(-1);

}

.gettouch form {

    float: left;

    width: 100%;

    margin-top: 7%;

}

.gettouch form div {

    width: 100%;

    float: left;

    margin-bottom:4%;

}

.gettouch form div label {

    color: var(--white);

    letter-spacing: 1px;

    font-family: Roboto;

    font-size: 20px;

    font-weight: 400;

}

.gettouch form div input {

    background-color: var(--transparent);

    border-top: none;

    border-left: none;

    border-right: none;

    border-bottom: 2px solid var(--white);

    width: 90%;

    float: left;

    outline: none;

    color: var(--white);

    padding-bottom: 5px;

}

.gettouch form div textarea {

    background-color: var(--transparent);

    border-top: none;

    border-left: none;

    border-right: none;

    border-bottom: 2px solid var(--white);

    width: 90%;

    height: 100px;

    float: left;

    outline: none;

    color: var(--white);

    padding-bottom: 5px;

}

.gettouch form a {

    font-size: 20px;

    font-family: Roboto;

    font-weight: bold;

    color: var(--navy-blue);

    letter-spacing: 1px;

}

.gettouch form a:hover {

    opacity: 0.7;

}

.gettouch form button {

    background-color: var(--white);

    border-radius: 5px;

    padding: 15px 20px;

    margin-top: 5%;

    border:1px solid var(--white);

}

.gettouch form input.submitbtn {

    background-color: var(--white);

    border-radius: 5px;

    padding: 15px 20px;

    margin-top: 5%;

    border:1px solid var(--white);

    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: var(--navy-blue);
    letter-spacing: 1px;

}

.gettouch form input.submitbtn:hover {

    opacity: 0.7;

}

.gettouch .wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.gettouch .wpcf7-response-output {
  border: 2px solid #fff !important;
  color: #fff;
  padding: 15px 20px !important;
  font-size: 16px;
  margin-left: 0px !important;
}

.information {

    width: 90%;

    float: left;

    border-radius: 10px;

    background-color: var(--orenge);

    padding: 30px;

    margin-top: 20%;

}

.information span {

    width: 100%;

    float: left;

    padding-bottom: 3%;

}

.information span a {

    color: var(--white);

    text-decoration: none;

    font-size: 20px;

    font-family: Roboto;

    line-height: 1.2;

}

.information span a:hover {

    color: var(--black);

    text-decoration: none;

}

.information span a:hover img {

    filter: none;

}

.information span img {

    filter: invert(1);

    width: 30px;

    float: left;

}

.information span p {

    margin-top: 3px;

    margin-left: 10px;

    float: left;

}

.information span b {

    margin-left: 10px;

    float: left;

    font-weight: 400;

    font-family: Roboto;

    font-size: 20px;

    color: var(--white);

}

.information div {

    margin-top: 15%;

    float: left;

    width: 100%;

}

.information div img {

    width: 35px;

    filter: invert(1);

    float: left;

    margin-right: 10px;

}

.information div img:hover {

    filter: brightness(0) saturate(100%) invert(12%) sepia(25%) saturate(2006%) hue-rotate(201deg) brightness(92%) contrast(94%);

}

.patren {

    position: absolute;

    width: 33%;

    bottom: -100px;

    float: left;

    right: 0px;

}

.patren2 {

    position: absolute;

    width: 20%;

    bottom:33px;

    transform: scaleX(-1);

    float: left;

    right: 0px;

}

.toperrow {

    width: 50px;

    position: relative;

    right: 4%;

    bottom: 0%;

    float: right;

    margin-top: -7%;

}

.toperrow img {

    width: 100%;

    filter: invert(1);

    transform: rotate(-90deg);

}

.toperrow img:hover {

   opacity: 0.7;

}

footer {

    width: 100%;

    float: left;

    background-color: var(--dark-blue);

    padding-top: 4%;

    padding-bottom: 4%;

}

footer .col-md-5 div span {

    font-family: Roboto;

    font-size: 20px;

    letter-spacing: 1px;

    color: var(--white);

    cursor: pointer;

    padding: 15px;

    float: left;

    margin-top: 2%;

}

.betwin::after {

    content: "|";

    position: absolute;

    padding-left: 15px;

}

footer .col-md-5 div span:hover {

    opacity: 0.7;

}



footer .col-md-3 div img {

    width: 100%;

    float: left;

    object-fit: cover;

}

footer .col-md-4 p {

    font-family: Roboto;

    letter-spacing: 1px;

    float: left;

    width: 100%;

    font-size: 18px;

    color: var(--white);

    text-align: right;

    margin-top: 7%;

} 
footer .col-md-4 p a{
    color: var(--white);
    text-decoration: unset;
}
footer .col-md-4 p a:hover{
    color: var(--white);
    text-decoration: unset;
    opacity: 0.70;
}
/*---subpage css ----*/



.subbanner {

    float: left;

    width: 100%;

    height: 400px;

    position: relative;

    background-size: cover;

    background-color: var(--black);

    background-image: url("../images/subbanner.png");

}

.subbanner::before {

    position: absolute;

    background-color: rgba(0, 0, 0,0.50);

    top: 0;

    left: 0;

    content: " ";

    width: 100%;

    height: 400px;

}

.subbanner .col-md-7 h2,
.subbanner .col-md-12 h2 {

    font-family: Roboto;

    font-size: 45px;

    font-weight: bold;

    letter-spacing: 1px;

    line-height: 1.3;

    color: var(--white);

    margin-top: 18%;

}

.contentt {

    width: 100%;

    float: left;

    background-color: var(--white);

    padding-top: 7%;

    padding-bottom: 3%;

}
.main_wrapper.single .contentt {
    padding-top: 3%;
    padding-bottom: 1%;
}
.main_wrapper.single .contentt.simpletext {
    padding-top: 0%;
    padding-bottom: 7%;
}

.contentt .col-md-6 div {

    margin-bottom: 3%;

}

.contentt .col-md-6 div span {

    font-family: Roboto;

    font-size: 22px;

    color: var(--navy-blue);

    padding: 15px 15px 15px 0px;

    font-weight: bold;

    letter-spacing: 1px;

    margin-right: 4%;

}

.contentt .col-md-6 div span img {

    width: 20px;

    margin-right: 5px;

}

.contentt .col-md-6 {

    padding-left: 0px;

    padding-right: 0px;

}

.contentt p {

    font-family: Roboto;

    letter-spacing: 1px;

    font-size: 20px;

    width: 100%;

    float: left;

    margin-top: 2%;

    color: var(--black);

}

.contentt h2 {

    font-family: Roboto;

    font-size: 30px;

    font-weight: bold;

    letter-spacing: 1px;

    line-height: 1.2;

    color: var(--black);

    width: 100%;

    float: left;
    margin-bottom: 40px;
    margin-top: 40px;

}

.contentt h3 {

    font-family: Roboto;

    font-size: 30px;

    font-weight: bold;

    letter-spacing: 1px;

    line-height: 1.2;

    color: var(--black);

    width: 100%;

    float: left;

    margin-bottom: 3%;

}

.contentt .col-md-5 {

    padding-left: 0%;

    padding-right: 0%;

}

.content_block .Benefits p {

    margin-bottom: 2%;

    float: left;

    width: 100%;

}

.content_block .Benefits img{

    width: 25px;

    float: left;
    margin-right: 10px;

}

.content_block .Benefits p {
  font-size: 18px;
  float: left;
  font-family: Roboto;
  font-weight: bold;
  color: var(--black);
  width: 100%;
  line-height: 1.2;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 20px;

}

.contentt .col-md-7 img {

   width: 90%;
  float: left;
  margin-left: 15%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  margin-bottom: 5%;

}

.contentt h4 {

    font-family: Roboto;

    width: 100%;

    float: left;

    color: var(--black);

    font-size: 30px;

    letter-spacing: 1px;

    margin-top: 3%;

    font-weight: bold;

}

.contentt h3 {

    font-family: Roboto;

    width: 100%;

    float: left;

    color: var(--black);

    font-size: 28px;

    letter-spacing: 1px;

    line-height: 1.7;

    font-weight: bold;

    margin-top: 2%;

    margin-bottom: 10px;

}



/*--impressum-page--*/



.impressumbanner {

    float: left;

    width: 100%;

    height: 400px;

    position: relative;

    background-size: cover;

    background-color: var(--black);

    background-image: url("../images/gallery/g1.jpg");

}

.impressumbanner::before {

    position: absolute;

    background-color: rgba(0, 0, 0,0.50);

    top: 0;

    left: 0;

    content: " ";

    width: 100%;

    height: 400px;

}

.impressumbanner .col-md-7 h2 {

    font-family: Roboto;

    font-size: 45px;

    font-weight: bold;

    letter-spacing: 1px;

    line-height: 1.3;

    color: var(--white);

    margin-top: 34%;

}

.contentimp {

    padding-top: 5%;

    padding-bottom: 5%;

    width: 100%;

    float: left;

    background-color: var(--white);

}

.contentimp p {

    color: var(--black);

    font-size: 20px;

    letter-spacing: 1px;

    line-height: 1.2;

    width: 100%;

    float: left;

    margin-bottom: 2%;

}

.Privacybanner {

    float: left;

    width: 100%;

    height: 400px;

    position: relative;

    background-size: cover;

    background-color: var(--black);

    background-image: url("../images/gallery/g9.jpg");

}

.Privacybanner::before {

    position: absolute;

    background-color: rgba(0, 0, 0,0.50);

    top: 0;

    left: 0;

    content: " ";

    width: 100%;

    height: 400px;

}

.Privacybanner .col-md-7 h2 {

    font-family: Roboto;

    font-size: 45px;

    font-weight: bold;

    letter-spacing: 1px;

    line-height: 1.3;

    color: var(--white);

    margin-top: 31%;

}

.contentpriv {

    width: 100%;

    float: left;

    background-color: var(--white);

    padding-top: 5%;

    padding-bottom: 5%;

} 

.conteent h1 {

    margin-top: 10px;

    color: var(--black);

    font-family: Roboto;

}

.conteent h2 {

    margin-top: 10px;

    color: var(--black);

    font-family: Roboto;

}

.conteent h3{

    margin-top: 10px;

    color: var(--black);

    font-family: Roboto;

}

.conteent h4 {

    color: var(--black);

    font-family: Roboto;

}

.conteent h5 {

    color: var(--black);

    font-family: Roboto;

}

.conteent h6 {

    color: var(--black);

    font-family: Roboto;

}

.conteent p {

    width: 100%;

    float: left;

    font-size: 20px;

    font-family: Roboto;

    line-height: 1.2;

     margin-top: 2%;

}

.conteent ul {

    width: 100%;

    float: left;

    font-family: Roboto;

    font-size: 18px;

    color: var(--black);

}

.conteent b {

    font-family: Roboto;

    font-size: 22px;

    width: 100%;

    color: var(--black);

    float: left;

    margin-top: 2%;

}

.conteent ol {

    width: 100%;

    float: left;

    font-family: Roboto;

    font-size: 18px;

    color: var(--black);

}

/*----------------------------------------------------------------Mobile Css---------------------------------------------*/



@media only screen and (max-width: 767px) {

    .aboutimg div img {

        width: 250px;

        object-fit: cover;

        float: left;

        height: 250px;

        border-radius: 50%;

        background-color: #e7e7e7;

    }

    .navbar {

        min-height: 100px;

    }

    .navbar-header .navbar-brand img {

        width: 200px;

    }

    .navbar-toggle {

        margin-top: 10%;

        margin-right: 10%;

    }

    .navbar-default .navbar-toggle .icon-bar  {

        background-color: var(--black);

    }

    .navbar-default .navbar-toggle {

        border-color: var(--black);

    }

    .banner {

        height: auto;

    }

    .banner::before {

        height: auto;

    }

    .leftbanner {

        margin-top: 35%;

    }

    .leftbanner h2 {

        font-size: 25px;

    }

    .leftbanner p {

        font-size: 18px;

    }

    .leftbanner a {

        font-size: 16px;

    }

    .leftbanner a img {

        width: 22px;

    }

    .rightbanner {

        justify-content: center;

        margin-bottom: 10%;

    }

    .about {

        padding-top: 10%;

    }

    .aboutimg {

        margin-bottom: 10%;

    }

    .aboutcontant {

        margin-top: 2%;

    }

    .aboutcontant h2 {

        margin-left: 0%;

        font-size: 30px;

    }

    .aboutcontant p {

        margin-left: 0%;

        font-size: 18px;

    }

    .aboutcontant b {

        font-size: 18px;

        margin-left: 0%;

    }

    .aboutcontant b a img {

        width: 27px;

    }

    .Partners h2 {

        margin-left: 0%;

        font-size: 30px;

    }

    .Mission {

        padding-bottom: 7%;

    }

    .Mission h2 {

        font-size: 30px;

        margin-left: 0%;

    }

    .Mission p {

        margin-left: 0%;

        font-size: 18px;

    }

    .stress {

        float: left;

        padding-right: 0px;

        padding-left: 0px;

    }

    .stressimg {

        margin-top: 0%;

        margin-left: 0%;

        width: 50%;

        height: 200px;

    }

    .stress span {

        font-size: 20px;

        margin-left: 5%;

    }

    .relax {

        float: left;

        padding-right: 0px;

        padding-left: 0px;

    }

    .relax span {

        font-size: 20px;

        margin-left: 10%;

    }

    .relaximg {

        width: 50%;

        margin-top: 0%;

        margin-bottom: 0%;

        margin-right: 0%;

        height: 200px;

    }

    .Packages h2 {

        font-size: 30px;

    }

    .Packages {

        padding-bottom: 10%;

    }

    .Packages p {

        margin-top: 5%;

        font-size: 18px;

    }

    .package {

        height: auto;

    }

    .Packages .row .col-md-12 {

        float: left;

        margin-top: 10%;

    }

    .package b {

        font-size: 21px;

    }

    .package strong {

        font-size: 16px;

    }

    .owl-carousel.owl-loaded {

        margin-left: 0%;

    }

    .article a {

        width: 41%;

    }

    .gettouch h2 {

        font-size: 30px;

    }

    .gettouch form div input {

        width: 100%;

    }

    .gettouch form div textarea {

        width: 100%;

    }

    .gettouch form a {

        font-size: 18px;

    }

    .into {

        float: left;

        padding-left: 0%;

        padding-right: 0%;

    }

    .information {

        width: 95%;

        padding: 30px 15px;

    }

    .information span img  {

        width: 25px;

    }

    .information span a {

        font-size: 16px;

    }

    .information span p {

        margin-left: 7px;

    }

    .information span b {

        font-size: 16px;

        margin-left: 7px;

    }

    .information div img {

        width: 25px;

    }

    .patren {

        bottom: -15%;

    }

    .toperrow {

        width: 40px;

        margin-top: 7%;

    }

    footer .col-md-5 {

        float: left;

        padding-right: 0;

        padding-left: 0;

        display: flex;

        justify-content: center;

        width: 100%;

    } 

    footer .col-md-5 div span {

        font-size: 15px;

        letter-spacing: unset;

    }

    footer .col-md-3 {

        float: left;

        display: flex;

        justify-content: center;

        width: 100%;

    }

    footer .col-md-3 div img {

        width: 250px;

    }

    footer .col-md-4 {

        float: left;

        width: 100%;

        display: flex;

        justify-content: center;

    }

    footer .col-md-4 p {

        text-align: center;

        font-size: 18px;

    }

    .subbanner .col-md-7 h2,
    .subbanner .col-md-12 h2 {

        font-size: 34px;

        margin-top: 60%;

    }

    .contentt .col-md-6 div span img {

        width: 19px;

    }

    .contentt .col-md-6 div span {

        font-size: 18px;

    }

    .contentt p {

        font-size: 17px;

    }

    .contentt .col-md-7 img {

        width: 100%;

        margin-left: 0%;

    }

    .Privacybanner .col-md-7 h2 {

        margin-top: 70%;

    }

    .impressumbanner .col-md-7 h2{

        margin-top: 80%;

    }

    .contentimp p{

        margin-bottom: 10%;

    }

    @media only screen and (min-width: 360px) and (max-width: 767px) {

        .article a {

            width: 35%;

        }

        .article div {

            width: 47%;

        }

    }

    @media only screen and (min-width: 400px) and (max-width: 767px) {

        .Partners {

            margin-top: 0%;

        }

        .Partners h2 {

            margin-top: 5%;

        }

        .package strong {

            width: 53%;

        }

        .article div {

            width: 42%;

        }

        .article a {

            width: 32%;

        }

        .subbanner .col-md-7 h2,
        .subbanner .col-md-12 h2 {

            margin-top: 50%;

        }

        .Privacybanner .col-md-7 h2 {

            margin-top: 60%;

        }

        .impressumbanner .col-md-7 h2{

            margin-top: 60%;

        }

    }

    @media only screen and (min-width: 450px) and (max-width: 767px) {

        .article a {

            width: 28%;

        }

    }

    @media only screen and (min-width: 500px) and (max-width: 767px) {

        .navbar-toggle {

            margin-top: 6%;

        }

        .leftbanner {

            margin-top: 25%;

        }

        .leftbanner h2 {

            font-size: 30px;

        }

        .leftbanner a {

            font-size: 18px;

        }

        .rightbanner {

            margin-top: 5%;

        }

        .aboutcontant {

            padding-left: 30px;

            padding-right: 30px;

        }

        .Partners h2 {

            margin-left: 3%;

        }

        .Mission .col-md-6 {

            padding-left: 30px;

            padding-right: 30px;

        }

        .Packages .row .col-md-12 {

            padding-left: 30px;

            padding-right: 30px;

        }

        .package div {

            width: 20%;

            right: 31px;

        }

        .package strong {

            width: 43%;

        }

        .Articles h2 {

            font-size: 30px;

        }

        .article img {

            height: 230px!important;

        }

        .article div {

            width: 165px;

            right: 42px;

        }

        .article h3 {

            font-size: 24px;

        }

        .article p {

            font-size: 18px;

        }

        .article a {

            font-size: 17px;

            width: 130px;

        }

        .article a img {

            width: 37px !important;

            height: 25px !important;

        }

        .information span img {

            width: 30px;

        }

        .information span a {

            font-size: 19px;

        }

        .information span b {

            font-size: 19px;

        }

        .information div img {

            width: 35px;

        }

        footer .col-md-5 div span {

            font-size: 20px;

        }

        footer .col-md-4 p {

            font-size: 20px; 

        }

        .article {

            width: 85%;

        }

        #Article_block .item {

            display: flex;

        }

        .package b {

            width: 95%;

        }

        .Privacybanner .col-md-7 h2 {

            margin-top: 47%;

        }

        .impressumbanner .col-md-7 h2{

            margin-top: 47%;

        }

        .contentimp p{

            margin-bottom: 5%;

        }

    }

    @media only screen and (min-width: 550px) and (max-width: 767px) {

        .package div {

            width: 85px;

        } 

        .package strong {

            width: 180px;

        }

        .item img {

            height: 300px;

        }

        .information {

            width: 90%;

            margin-left: 4%;

        }

        .article div {

            right: 47px;

        }

        .subbanner .col-md-7 h2,
        .subbanner .col-md-12 h2 {

            margin-top: 35%;

        }

    }

    @media only screen and (min-width: 600px) and (max-width: 767px) {

        .article div {

            right: 50px;

        }

        .aboutimg div  {

            width: 90%;

        }

        .aboutimg div img {

            height: 250px;

        }

        .Privacybanner .col-md-7 h2 {

            margin-top: 40%;

        }

        .impressumbanner .col-md-7 h2{

            margin-top: 40%;

        }

    }

    @media only screen and (min-width: 650px) and (max-width: 767px) {

        .article div {

            right: 53px;

        }

        .gettouch form div input {

            width: 95%;

        }

        .gettouch form div textarea {

            width: 95%;

        }

        .patren {

            width: 27%;

        }

        .information div {

            margin-top: 7%;

        }

    }

    @media only screen and (min-width: 700px) and (max-width: 767px) {

        .article {

            padding: 15px;

            padding-bottom: 5%;

        }

        .article div {

            right: 62px;

        }

        .subbanner .col-md-7 h2,
        .subbanner .col-md-12 h2 {

            margin-top: 30%;

        }

        .Privacybanner .col-md-7 h2 {

            margin-top: 30%;

        }

        .impressumbanner .col-md-7 h2{

            margin-top: 30%;

        }

    }

    @media only screen and (min-width: 750px) and (max-width: 767px) {

        .article div {

            right: 67px;

        }

    }

}

/*---------------------------------------------------------------Tablet-Css-----------------------------------------*/



@media only screen and (min-width: 768px) and (max-width: 991px){

    .aboutimg div img {

        width: 250px;

        object-fit: cover;

        float: left;

        height: 250px;

        border-radius: 50%;

        background-color: #e7e7e7;

    }

    .navbar-header .navbar-brand img {

        width: 170px;

        margin-top: 3%;

    }

    .navbar-default .navbar-nav li a {

        font-size: 15px;
        padding: 10px;

    }

    .navbar {

        min-height: 100px;

    }

    .banner {

        height: 600px;

        padding-top: 2%;

    }

    .banner::before {

        height: 600px;

    }

    .leftbanner h2 {

        font-size: 30px;

    }

    .leftbanner p {

        font-size: 18px;

    }

    .leftbanner a {

        font-size: 18px;

    }

    .leftbanner a img {

        width: 22px;

    }

    .aboutimg div img {

        height: 250px;

    }

    .aboutcontant h2 {

        font-size: 30px;

    }

    .aboutcontant p {

        margin-top: 3%;

        font-size: 17px;

    }

    .Partners h2 {

        font-size: 30px;

    }

    .Mission h2 {

        font-size: 30px;

        margin-left: 2%;

        margin-top: 7%;

    }

    .Mission p {

        margin-left: 2%;

    }

    .stressimg {

        height: 220px;

    }

    .stress span {

        font-size: 22px;

        margin-top: 20%;

    }

    .relaximg {

        height: 220px;

    }

    .relax span {

        font-size: 22px;

    }

    .Packages h2 {

        font-size: 30px;

    }

    .Packages p {

        font-size: 18px;

    }

    .Packages .row .col-md-12{

        padding-left: 0px;

        padding-right: 0px;

    }

    .package div {

        width: 28%;

        right: 1px;

        font-size: 15px;

    }

    .package div h3 {

        font-size: 15px;

    }

    .package b {

        font-size: 18px;

        letter-spacing: unset;

    }

    .package strong {

        font-size: 14px;

        letter-spacing: unset;

    }

    .package {

        height: 490px;

    }

    .Articles h2 {

        font-size: 30px;

    }

    .Articles .row {

        margin-left: 0;

        margin-bottom: 0;

    }

    .article div {

        width: 155px;

    }

    .article img {

        height: 215px!important;

    }

    .article h3 {

        font-size: 22px;

    }

    .article p {

        font-size: 16px;

    }

    .article a {

        font-size: 18px;

        width: 135px;

    }

    .article a img {

        margin-top: 3%;

        width: 36px!important;

    }

    .gettouch h2 {

        font-size: 30px;

    }

    .into {

        float: left;

    }

    .gettouch form div input {

        width: 100%;

    }

    .gettouch form div textarea {

        width: 100%;

    }

    .gettouch form button {

        padding: 10px 15px;

    }

    .gettouch form a {

        font-size: 18px;

    }

    .information {

        width: 95%;

        padding: 30px 20px;

    }

    .information span img {

        width: 25px;

    }

    .information span a {

        font-size: 18px;

    }

    .information span b {

        font-size: 17px;

    }

    .patren {

        bottom: -55px;

    }

    .toperrow {

        width: 40px;

    }

    footer .col-md-5 {

        float: left;

        padding-left: 0;

        padding-right: 0;

    }

    footer .col-md-5 div span {

        font-size: 15px;

    }

    footer .col-md-3 {

        float: left;

        padding-left: 0;

        padding-right: 0;

    }

    footer .col-md-3 div img {

        width: 130px;

        margin-top: 5%;

    }

    footer .col-md-4 {

        float: right;

    }

    footer .col-md-4 p {

        font-size: 14px;

        letter-spacing: unset;

    }

    .Gallery {

        margin-top: -2px;

    }

    .subbanner .col-md-7 h2,
    .subbanner .col-md-12 h2 {

        margin-top: 25%;

    }

    .contentt .col-md-7 img {

        height: auto;

        margin-left: 0;

        width: 100%;

    }

    .impressumbanner .col-md-7 h2{

        margin-top: 30%;

    }

    @media only screen and (min-width: 850px) and (max-width: 991px) {

        .stress span {

            margin-top: 6%;

        }

    }

}



/*---------------------------------------------------------------small-laptop-screen-css-----------------------------------------*/



@media only screen and (min-width: 992px) and (max-width: 1354px) {

    .package {

        height: 530px;

    }

    .Mission h2 {

        margin-left: 5%;

    }

    .Mission p {

        margin-left: 5%;

    }

    .stressimg {

        height: 250px;

    }

    .relaximg {

        height: 250px;

    }

    .Articles .row {

        margin-left: 0;

        margin-right: 0;

    }

    .article img {

        height: 250px!important;

    }

    .article div img {

        width: 28px!important;

        height: 28px!important;

    }

    .article div {

        height: 30px;

        font-size: 15px;

        width: 200px;

    }

    .article h3 {

        font-size: 28px;

    }

    .article p {

        font-size: 18px;

    }

    .article a {

        font-size: 20px;

        width: 155px;

    }

    .article a img {

        width: 45px!important;

        height: 25px!important;

        margin-top: 2%;

    }

    .Gallery {

        margin-top: -1%;

    }

    .item img {

        height: 350px;

    }

    .article span {

        font-size: 16px;

    }

    .gettouch form div input {

        width: 100%;

    }

    .gettouch form div textarea {

        width: 100%;

    }

    .patren {

        bottom: -70px;

    }

    footer {

        margin-top: -1%;

    }

    footer .col-md-5 div span {

        padding: 14px;

        font-size: 18px;

    }

    footer .col-md-4 p {

        letter-spacing: unset;

        font-size: 18px;

        margin-top: 8%;

    }

    .Privacybanner .col-md-7 h2 {

        margin-top: 40%;

    }

    .impressumbanner .col-md-7 h2{

        margin-top: 40%;

    }

    @media only screen and (min-width: 1200px) and (max-width: 1354px) {

        .navbar-nav {

            margin-right: 1%;

        }

        .aboutimg div img {

            height: auto;

        }

        .package {

            height: 430px;

        }

        .stress span img {

            width: 70%;

        }

        .relax span img {

            width: 70%;

        }

        .stressimg {

            height: 260px;

        }

        .relaximg {

            height: 260px;

        }

        .article div {

            width: 180px;

        }

        .article h3 {

            font-size: 19px;

        }

        .article p {

            font-size: 12px;

        }

        .article a {

            font-size: 16px;

            width: 124px;

        }

        .article a img {

            width: 36px!important;

            height: 20px!important;

            margin-top: 1%;

        }

        .item img {

            height: 300px;

        }

        .gettouch form div input {

            width: 95%;

        }

        .gettouch form div textarea {

            width: 95%;

        }

        .gettouch form a {

            font-size: 18px;

        }

        .toperrow {

            width: 40px;

        }

        footer {

            padding-top: 3%;

            padding-bottom: 3%;

        }

        footer .col-md-5 div span {

            padding: 20px;

            font-size: 20px;

        }

        footer .col-md-4 p {

            font-size: 20px;

        }

        .Privacybanner .col-md-7 h2 {

            margin-top: 33%;

        }

        .impressumbanner .col-md-7 h2{

            margin-top: 33%;

        }

    }

}





/*----------------------------------------------------larg-laptop-screen----------------------------------------------*/



@media only screen and (min-width: 1500px) {

    .stress span {

        width: 13%;

    }

    .relax span {

        width: 13%;

    }

    .Gallery {

        padding-top: 5%;

    }

}



@media only screen and (min-width: 1689px){

    .Mission h2 {

        margin-top: 10%;

    }

    .stress span {

        margin-top: 5%;

    }

    .item img {

        height: 300px;

    }

}



@media only screen and (min-width: 2000px){



}