/* 

Sentra Template

https://templatemo.com/tm-518-sentra

*/
/*  =================================  Google Fonts local ================================== */
/*
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;  
  src: local('Roboto'), local('Roboto'), url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Black';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local('Roboto-Black'), local('Roboto-Black'), url(../fonts/Roboto-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'PathwayGothic';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local('PathwayGothic'), local('PathwayGothic'), url(../fonts/PathwayGothicOne-Regular.ttf) format('truetype');
}


@font-face {
  font-family: 'Nova Slim';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: local('Nova Slim'), local('Nova Slim'), url(../fonts/NovaSlim-Regular.ttf) format('truetype');
}
*/
/*  ==========================  setting basic variables color and font ======================== */

:root {
    --headings-font-family: "Nova Slim",  serif;
    --body-font-family:  'Roboto', sans-serif;
    --subheading-font-family: 'Roboto-Black', sans-serif;
    --subheading-font-family-1: 'Nova Slim', sans-serif;                
    --fewocolor: #004f7c ;
}
/*  ==========================  setting basics ======================== */
/*  ==========================  setting attributes ======================== */
body {
  font-family: var(--body-font-family);
}

h3 {
  font-family: var(--headings-font-family); 
  margin-top: 0px;
  font-size: 0.9rem !important;
  color: var(--fewocolor) !important;
  margin-left: 0px !important;
}

a {
  color: var(--fewocolor);
}

p {
  font-size: 1.1rem;
  color: #7a7a7a;
  line-height: 1.5rem;
  text-align: left;
}

 ul {
   font-size: 10px;
   color: rgb(122, 122, 122); 
}
/*  ==========================  setting header and footer ======================== */
header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}


.footer {
  position: relative;
  bottom: 0px;
  background-color: var(--fewocolor) ;
  height: 20px;
  line-height: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}



.footer p {
  margin-bottom: 0px;
  font-size: 8px;
  line-height: 10px;
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-align: center;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

/*  ==========================  setting buttons ======================== */ 
#button {
  display: inline-block;
  background-color: #d8dcfcb5;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
color:#5155b6; 
font-size: 30px; 
  font-weight: 700;
    border: none;
    outline: 0; 
    box-shadow: none;   
}

#button button:hover{
    border: none;
    outline: 0;
    box-shadow: none;
}

#button button:focus{
    border: none;
    outline: 0; 
    box-shadow: none;   
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: var(--fewocolor);
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: var(--fewocolor);
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--fewocolor);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: var(--fewocolor);
}


/*  ==========================  setting basic styles ======================== */
.head1 {
  font-family: var(--headings-font-family); 
  margin-top: 1em;
  font-size: 2.0rem;
  color: var(--fewocolor) ;  
  display: inline-block;
  margin-right: 50px;
}

.no-scroll {
    overflow: hidden;
   touch-action: none;
   -ms-touch-action: none;    
}

.onlytablets{
  display:none;
}
.left {
  text-align: left; 
}

.center {
  text-align: center !important; 
}

.white {
  color: white !important;
}


.modal-title {
  font-family: var(--headings-font-family) !important; 
  color: var(--fewocolor) !important;
}

.emphasized  {
  font-style: italic;
}
.crtext {
    font-size: 0.5rem !important;
}
.modal-body p {
  font-size: 12px !important;
  color: #7a7a7a !important;
  line-height: 21px !important;
}

.shownot {
  visibility: hidden;
display: block;
line-height:0;
height: 0;
overflow: hidden;  
}


.responsive {
  max-width: 100%;
  height: auto;
}



.errorMessages {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: rgb(255,47,0);  
}

.sendMessages {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #7a7a7a;  
}


 

.mbottom50 {
  margin-bottom: 50px;
}
.smallnavtext {
  font-size: 1rem !important;
  line-height: 1.5rem;
}

.refreshbutton{
    color: #7a7a7a !important;
    background-color: Transparent !important;
    background-repeat:no-repeat !important;
    border: none !important;
    cursor:pointer !important;
    overflow: hidden !important;
    outline:none !important;
  font-size: 14px !important;    
}

.page-content {
  width: 77.5%;
  float: right;
}

/*  ==========================  setting sections ======================== */
.content-section {
  padding-top: 20px;
  padding-bottom: 80px;  
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 150px;
/*  padding-left: 5px; */ 
}

.section-heading-smallmargin {
  margin-right: 0px !important;
}

.section-heading-small {
  margin-bottom: 40px !important;                       
}

.section-heading-verysmall {
  margin-bottom: 5px !important;
}

.paddingl60 {
  padding-left:60px;
}
.section-heading h1 {
  font-family: var(--headings-font-family); 
  margin-top: 1em;
  font-size: 2rem;

  color: var(--fewocolor) ;  
  display: inline-block;
  margin-right: 50px;
}

.section-heading h2 {
  font-family: var(--headings-font-family); 
  margin-top: 0px;
  font-size: 1.6rem;
  color: #232323;
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.section-heading-symbols {
  color: var(--fewocolor);
}
.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: var(--fewocolor) ;
}

.section-heading p {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  position: absolute;
  top: 1px;
  text-align: left; 
  padding-right: 5px;    
}

.section-heading-p-small {
  margin-bottom: 110px !important;
}

.section-distance {
  margin-top: 60px !important;
}

.section-preise {
  color: white;
  text-transform: none;
  background-color:var(--fewocolor);
  letter-spacing: 1.0px;
  text-decoration: none;
  min-height:100%;
}

.preise-text {
  font-size: 1rem;
}

.header-freizeit {
  font-size: 1.1rem;
  font-weight: bolder;
  text-align: left;
}


.nav-up {
    top: -75px;
}

/*  ==========================  setting navigation ======================== */


.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 45px;
/*  background-color: rgba(250,250,250,.95); */
/*    background-color:  #62a9f7; */  
    background-color:  #fff;      
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  display: none;
}

.navbar-toggle {    
  position: absolute;
  top: 40%;
  right: 2%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color:var(--fewocolor) ;  
  border: 0px;   
}

.navbar-nav {
  font-family: var(--headings-font-family); 
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color:  var(--fewocolor) ;
  color: white;
/*  margin-top: 59px;  */
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

#main-nav nav button {
    color: white;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}


.navbar-toggle span {
  background-color:  var(--fewocolor) ;
}


.navbar-brand {
  font-family: var(--headings-font-family); 
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-left: 0.5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: var(--fewocolor) ;
}    

.navbar-toggle-icon {   
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
        background-image: none;
        background-size: auto;
    background-size: 100% 100%;  
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    
}
/* Sidebar Style */

.sidebar-navigation{
  font-family: var(--headings-font-family); 
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: var(--fewocolor) ;  
  z-index: 10; 
  opacity:1;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 100px;
  line-height: 80px;
  background-color: var(--fewocolor) ;
  padding: 10px;
  text-align: center;    
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 240px;
  width: 100%;
  top: 10px;  
  display: inline-block;
/*  border: 1px solid rgba(250,250,250,0.5);  */
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav { 
  position: relative;
  top: 65%; 
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a, .sidebar-navigation nav button{
  display: inline-block;
  color: #fff;
  margin-top: 5px;  
  text-decoration: none!important;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
    text-shadow: 0 0 10px black; 

    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, .sidebar-navigation button:hover , nav .active-section span{
/*  background-color: #ddd;        */
  color: #fff;
  transform: scale(1.1);
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle {
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: var(--fewocolor);
}

/*  ==========================  setting Slider ======================== */

.slider .content-section {
  padding-top: 0px;
  padding-left: 22%;  
  min-width: 77.6%;
  min-height: 77.6vh;
  width: 77,6%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .infheader {
  text-align: center;
  position: absolute;
  left:0.1rem;
  right:0.1rem;
  z-index: 1000;
  bottom: 1rem;
  margin-bottom:0px;

  font-family: var(--subheading-font-family); 
  font-size: 1rem;
  font-weight: 700;  
  color: #fff;
  text-shadow: 0 0 6px black;    
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info .head1 {
  font-family: var(--headings-font-family); 
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px black;  
}

.Modern-Slider .info p {
  font-family: 'PathwayGothic', cursive; 
  font-size: 2rem;
  font-weight: 700;  
  color: #fff;
  text-shadow: 0 0 6px black;  
  line-height: 2.4rem ;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:40px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:40px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}
/* -----   inline style in index.php for better performance
.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/slide_1.webp);
  background-size: cover;
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/slide_2.webp);
  background-size: cover;
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_3.webp);
  background-size: cover;
}

.Modern-Slider .item-4 .image {
  background-image: url(../img/slide_4.webp);
  background-size: cover;
}

.Modern-Slider .item-5 .image {
  background-image: url(../img/slide_5.webp);
  background-size: cover;
}
*/
.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 16s ease-in-out infinite alternate;
  -webkit-animation: zoomin 16s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.1);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/*  ==========================  setting featured ======================== */


#featured, #haus, #fewos, #preise, #anfahrt, #freizeit {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

#featured .section-heading, #haus .section-heading, #fewos .section-heading, #freizeit .section-heading {
  margin-right: 20%;
}

#featured .content-section, #haus .content-section , #fewos .content-section, #freizeit .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots, #haus  .owl-dots, #fewos .owl-dots, #freizeit .owl-dots {
  margin-top: 40px;
}

#featured  .owl-dots .owl-dot span, #haus  .owl-dots .owl-dot span ,  #fewos  .owl-dots .owl-dot span,  #freizeit  .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured  .owl-dots .active span, #haus  .owl-dots .active span, #fewos  .owl-dots .active span, #freizeit  .owl-dots .active span {
  background-color: var(--fewocolor) !important;
}

#featured  .owl-dots button, #haus   .owl-dots button, #fewos  .owl-dots button, #freizeit  .owl-dots button {
  outline: none;
}

#featured .owl-nav, #haus  .owl-nav, #fewos  .owl-nav, #freizeit  .owl-nav {
  position: absolute;
  display: inline-block;
  top: -30px; 
  right: 0;
}

#featured .owl-nav button:focus, #haus  .owl-nav button:focus, #fewos  .owl-nav button:focus, #freizeit  .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span, #haus  .owl-nav .owl-prev span, #fewos  .owl-nav .owl-prev span, #freizeit  .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span, #haus .owl-nav .owl-next span, #haus .owl-nav .owl-prev span, #fewos .owl-nav .owl-next span, #fewos .owl-nav .owl-prev span,  #freizeit .owl-nav .owl-next span, #freizeit .owl-nav .owl-prev span  {
  outline: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  background-color: #eee;
  color: #232323;
  font-size: 25px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover, #haus .owl-nav span:hover, #fewos .owl-nav span:hover, freizeit .owl-nav span:hover {
  background-color: var(--fewocolor);
  color: #fff;
}

#featured .item , #haus  .item, #fewos  .item, #freizeit  .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image, #haus .item .image, #fewos .item .image, #freizeit .item .image {
  position: relative;
}

#featured .item .image img, #haus .item .image img, #fewos .item .image img, #freizeit .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a, #haus  .item .image .featured-button a, #fewos .item .image .featured-button a, #freizeit .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a, #haus .item:hover .featured-button a, #fewos .item:hover .featured-button a, #freizeit .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content, #haus .item .text-content, #fewos .item .text-content, #preise .item .text-content {
/*  padding-top: 20px; */
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#featured .item .text-content h4, #haus .item .text-content h4, #fewos .item .text-content h4, #freizeit .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#featured .item .text-content span , #haus  .item .text-content span, #fewos  .item .text-content span, #freizeit  .item .text-content span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

#preise .fussnote {
/*  font-size: 0.9rem !important; */
    font-size: 0.9rem;
}

#preise .text-content ppp {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3rem;  
  color: #7a7a7a;
  margin-bottom: 8.5px;
  margin-left: 10px;
  margin-right: 5px;
}

 #preise .preise-text {
  text-align: center;
}

#preise .text-content span, #anfahrt .text-content span {
  text-align: left !important;
  margin-left: 10px !important;
  font-size: 1.3rem ;
  
}

#preise .text-content p , #anfahrt .text-content p {
  font-size: 1rem;
  color: #7a7a7a;
  line-height: 1.5rem;
  text-align: left;
  margin-left: 10px;
  margin-right: 5px;  
}




.freizeit {
      font-size: 1.6rem !important;
      text-align: left !important;    
}

#preise .preise, #anfahrt .anfahrt {
  font-family: var(--headings-font-family); 
  margin-top: 0px;
/*  font-size: 1rem !important; */
  color: var(--fewocolor) !important;
  margin-left: 0px !important;
  text-align: left !important;  
}
#freizeit .content-section, #preise .content-section {
  text-align: left !important;
}  


/*  ==========================  setting contact ======================== */

#contact {
  padding-top: 20px;
  border-bottom: 1px solid #eee;  
}

#contact-content {
  padding-right:  60px;
  padding-left:   60px;
/*  padding-bottom: 80px;      */
  padding-top:    0px;
}

#contact input, #contact select {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 1rem;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}
 #contact select {
  color: #7c848c;
  background-color: rgba(0, 79, 124, 0.11);
} 
#contact .formcolor {
    color: #7c848c;
}
#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 1rem;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 120px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--fewocolor);
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}

