* {
margin: 0;
padding: 0;
box-sizing: inherit;
scroll-behavior: smooth;
scroll-padding-top: 63px;
font-family: "Montserrat", sans-serif;
}
html {
box-sizing: border-box;
}
body {
font-family: "Montserrat", sans-serif;
color: #444;
background-color: #d7d7d7;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
}
html, body {
height: 100%;
margin: 0;
}
main {
flex: 1 0 auto;
}
h2{
font-size: 2.5rem;
text-align: center;
}
h3{
font-size: 1.17em;
color: #d7d7d7;
}
h2 sup{
font-size: 1rem;
font-weight: 200;
}


@media (hover: hover) {
  nav a.active,
  nav a:hover{
  color: #000a76;
  transition: 0.3s ease-in;
  }
  .VR_tour:hover {
    cursor: pointer;
    transform: scale(1.1); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  .info_container:hover .info{
    display: block;
  } 
  .button_area button:hover{
    background: #4f56a2;
    border: 1px solid #4f56a2;
    color: #fff;
  }
  form .button_area button:hover, 
  .download_button button:hover,
  .newsletter_button_area:hover{
    background: #000a76;
  }
  .socialIcons a:hover{
    background-color: #4f56a2;
    transition: 0.3s ease;
  }
  .socialIcons a:hover img{
    color: white;
    transition: 0.3s ease;
  }
  .footerNav ul li a:hover{
    opacity: 1;
  }
} 


.preloader{
height: 100vh;
width: 100%;
position: fixed;
z-index: 99;
/* background: #d7d7d7;
opacity: 97%;  */
}
.preloader_inhalt{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.preloader_gif{
width: 250px;
height: 250px;
}
.preloader_text{
color: #000;
text-align: center;
margin-top: 10px;
}
.logo{
position: relative;
padding-top: 3px;
width:12rem;
}
.paddingPush{
width: 100%;
padding: 0rem 15rem;
align-items: center;
}
section {
display: block;
font-size: 20px;
}



.navigation_bar {
position: fixed;
width: 100%;
padding: .2rem 10rem;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #4f56a2;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,.5);
z-index: 100;
}
nav a{
position: relative;  
display: inline-block;
align-self: center;
font-size: 18px;
font-weight: 500;
text-decoration: none;
padding: 10px;
color: white;
transition: .3s;
}  
.sidebar{
display: flex;
position: fixed;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
top: 0;
right: 0;
height:100vh;
width: 250px;
z-index: 100;
background-color: #4f56a2d2;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 0 3rem 1rem rgba(0,0,0,.3);
padding: 0 !important;
}
.sidebar nav {
width: 100%;
}
.sidebar nav a{
display: flex;
flex-direction: column;
text-align: center;
}
.sidebar .close_menu{
align-items: flex-end;
}
.sidebar .nav_review{ /*hidden greift nicht, nur bei main nav*/
display: none;
}
.scroll_down_arrows{
display: block !important;
position: fixed;
bottom: 0;
right: 0;
padding: 0 1.2rem 4.5rem 0;
z-index: 90;
cursor: pointer;
}
.down_scroll{
position: relative;
animation: jump 3s infinite ease-in-out;
}
@keyframes jump {
0%   { top: 0; }
10%   { top: -50px; }
50%  { top: 0; }
100% { top: 0; }
}

/*----------------------------BODY ZEUG------------------------------*/

.grid_wrapper{
padding: 2rem 4rem 4rem 4rem;
}
.grid_item{
display: grid; 
grid-template-columns: repeat(3, minmax(200px, 1fr));
gap: 50px;
justify-content: center;
align-items: center;
column-gap: 25px;
}
.VR_tour_container{
height: 100vh;
display: flex;
flex-direction: row;
}
.VR_tour_select_wrapper{
min-width: 150px;
padding: 6rem 1.5rem 2rem 1.5rem;
overflow-y: auto;
align-content: center;
/* background-color: #4f56a2; */
}
.VR_tour_select_wrapper::-webkit-scrollbar{
width: 0px;
}
.VR_tour_select{
display: grid;
gap: 20px;
justify-content: center;
}
.VR_tour_select .glass{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
}
.VR_tour_select .selected {
border: 4px solid #000a76;
/* background: linear-gradient(135deg, #000a76, #4f56a2); */
}
.VR_tour{
width: 100px;
/* padding: .7rem; */
/* border: 3px solid #4f56a2; */
border-radius: 5px;
transition: all 0.3s ease;
}
.home_tour_player,
.home_tour_player iframe{
width: 100%;
height: 100%;
}
.banner_spruchwr{
width: 100%;
padding: 40px 0px;
background-color: #000a76;
}
.banner_text{
color: #d7d7d7;
text-align: center;
}
.banner_title{
text-align: center;
display: flex;
padding-bottom: 20px;
justify-content: center;
} 

/*----------------------------LEISTUNGEN------------------------------*/

.eine_leistung {
opacity: 0;
transform: translateX(-1.5rem);
transition: transform 2s ease, opacity 0.6s ease;
}
.eine_leistung.visible {
opacity: 1;
transform: translateX(0); 
}
.leistungen{
padding-top: 3rem;
}
.leistungen_content_wrapper{
width: 100%;
height: 100%;
border: 5px solid #4f56a2;
border-radius: 10px;
background-color: #f4f4f4;
box-shadow:  0 0.5rem 1rem rgba(0,0,0,.4);
text-align: center;
padding: 2rem;
}
.leistungen_content_pic{
width: 30%;
}
.leistungen_content_text{
font-size: 13px;
margin-top: 1rem;
}

/*----------------------------ABLAUF------------------------------*/

.leistungen_ablauf_wrapper{ 
height: 0vh; /* wird ALLES überschrieben*/
background: red;  
}
.leistungen, 
.preise{
height: auto;
}
.ablauf {
height: 60vh;
background-color: #000a76;
overflow: hidden;
}
.horizontal {
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
gap: 3rem;
margin-left: 15rem; /*Pfusch?*/
margin-right: 3rem; /*Pfusch?*/
}
.ablauf_content_wrapper {
display: flex;
align-items: center;
justify-content: center;
text-align: center; 
width: 40%;
height: 100%;
max-height: 90%;
flex-shrink: 0;
/* border: 3px solid coral; "Grid"-Items sichtbar machen*/
}
.ablauf_content_wrapper:first-of-type{
color: #d7d7d7
}
.content_item{
display: block;
height: 100%;
width: 100%;
position: relative;
}
.content{ /*  DER EIGENTLICH INHALT KASTEN */
height: 95%; 
width: 95%;
padding: 1rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #4f56a2;
border: 3px solid hotpink;
border-radius: 10px; 
box-shadow: 5px 5px 20px 0 rgba(0,0,0, .7);
}
.ablauf_content_pic {
max-height: 70%;
max-width: 80%;
align-items: center;
}
.ablauf_content_text {
font-size: 13px;
line-height: 1rem;
color: #d7d7d7;
}
.ablauf_content_text h3{
font-size: 1.3rem;
}
.first{
justify-content: unset;
}
.first h2{
font-size: 3.5rem;
max-width: unset;
height: 70%;
align-content: center;
}

/*----------------------------PREISE------------------------------*/

.preise{
padding-top: 3rem;
}
.preise h3{
color: #8b8a8a;
}
.preis_paket {
padding: 0rem 0rem;
row-gap: 30px;
} 
.preis_paket_wrapper{
width: 100%;
height: 100%;
border: 5px solid #4f56a2;
border-radius: 10px;
background-color: #f4f4f4;
text-align: center;
padding: 2rem;
grid-row: 2;
justify-content: space-between;
flex-direction: column;
display: flex;
position: relative;
}
.preise_config{
font-size: 13px;
margin-top: 1rem;
display: flex;
align-items: center;
text-align: left;
}
.bestseller{
background-color: #4f56a2;
border: 0 solid;
border-radius: 10px;
text-align: center;
padding: .2rem 1rem 1rem 1rem;
margin-bottom: -3rem;
grid-column: 2;
grid-row: 1;
z-index: 0;
position: relative;
}
.bestseller h3{
color: orangered;
}
.kreuz_icon, 
.haken_icon{
min-width: 25px;
padding-right: 0.3rem;
}
.info_container{
position: relative;
cursor: pointer;
padding-left: 10px;
}
.info_empty_icon{
vertical-align: middle;
}
.info{
position: absolute;
width: 200px;
left: 50%;
bottom: 200%;
transform: translateX(-50%);
background-color: #444;
color: #fff;
text-align: center;
padding: 15px 10px;
border-radius: 5px;
display: none;
transition: display 0.4s ease;
z-index: 2;
}
.info::before{
content: "";
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
border: 15px solid;
border-color: #444 #0000 #0000 #0000;
}
.preise_anmerkung{
font-size: 0.85rem;
text-align: center;
list-style-type: none;
padding: 5rem;
padding-top: 0;
}
.preise_anmerkung > li {
margin-block-start: 1em;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
}
.anmerkung {
position: relative;
display: flex;
overflow: hidden;
font-variant-numeric: tabular-nums;
}
.anmerkung:after {
content: "";
flex: 1;
margin-inline: 1ch;
border-bottom: 2.7px dotted black;
height: 10px;
align-self: center;
}
.anmerkung_preis {
min-width: 0ch;
font-variant-numeric: tabular-nums;
text-align: left;
}

/*----------------------------REV1EWS------------------------------*/

.review_sektion{
background-color: #000a76;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.review_sektion .paddingPush{
display: flex;
justify-content: center;
box-sizing: border-box;
}
.slider_wrapper{
position: relative;
overflow: hidden;
width: 100%; 
max-width: 600px; /* begrenzt die Breite */
margin: 0px auto;
align-items: center;
padding: 28px;
height: auto;
mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 0) 100%);
}
.slider_container{
display: flex;
gap: 60px;
transition: transform 1s ease;
align-items: center;
/* width: 100%; */
/* flex-wrap: nowrap; */
}
.slider_slide{
flex-shrink: 0 0 calc(100% - 60px);
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
border-radius: 10px;
padding: 1.2rem;
box-sizing: border-box;
height: 100%;
width: 100%;
min-width: 100%;
transition: transform 0.5s ease-in-out; /* Smooth slide transition */
}
.slider-arrow {
top: 50%;
cursor: pointer;
}
.left-arrow {
rotate: -90deg;
}
.right-arrow {
rotate: 90deg;
}
.rating_profilepic {
width: 2.2rem;
border-radius: 50%;
}
.rating_profile_info {
display: flex;
padding:0 0 3px 3px;
}
.rating_profiledet_wr{
padding-left: 0.5rem;
display: block;
}
.rating_profile_name {
font-size: 1rem;
font-weight: 500;
color: #d7d7d7;
}
.rating_profile_job {
color: #d7d7d7;
font-size: 0.7rem;
}
.rating_text {
color: #d7d7d7;
max-height: 5rem; 
overflow: hidden;
text-overflow: ellipsis; /*Fügt ... hinzu*/
display: -webkit-box; /*Multiline-Ellipsis*/
-webkit-box-orient: vertical;
-webkit-line-clamp: 4; /*Zeilenanzahl*/
line-height: 1rem;
font-size: .7rem;
/* white-space: nowrap; */
}

/*----------------------------KONTAKT------------------------------*/

::selection{
color: #fff;
background: #4f56a2;
}
#contact_sektion{
padding: 4rem 0 9rem 0;
}
#contact_sektion .paddingPush {
display: flex;
justify-content: center; 
padding-top: 2rem;
}
.contact_wrapper{
width: 715px;
background: #d7d7d7;
border: 1px solid #444;
border-radius: 10px;
}
.contact_wrapper form{
margin: 35px 30px;
}
form .dbl-field,
form .grund{
display: flex;
margin-bottom: 25px;
justify-content: space-between;
}
.dbl-field .field{
height: 50px;
display: flex;
position: relative;
width: calc(100% / 2 - 13px);
}
form .grund{
height: 50px;
}
form .field input,
form .message textarea,
form .grund select {
width: 100%;
height: 100%;
outline: none;
padding: 0.8rem;
font-size: 0.8rem;
border-radius: 5px;
background-color: #d7d7d7;
border: 1px solid #444;
color: #000;
}
form .grund select{
  cursor: pointer;
  /* Disable default styling on all webkit browsers  */
  -webkit-appearance: none;   
  /* Disable ugly ass outline & default styling on ff, firefox, IE 11+ */
  -moz-appearance: none;
  &:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  } 
  &::-ms-expand {
  display: none;
  }
  background-color: transparent;
}
.field input::placeholder,
.message textarea::placeholder{
color: #8b8a8a;
}
.field input:focus,
.message textarea:focus,
.grund select:focus{
padding-left: 0.8rem;
border: 2px solid #4f56a2;
outline: none;
}
.grund_dropdown{
width: 100%;
position: relative;
z-index: 1;
}
form .message{
position: relative;
}
form .message i{
top: 30px;
font-size: 15px;
}
form .message textarea{
min-height: 130px;
max-height: 500px;
max-width: 100%;
min-width: 100%;
}
form .message textarea::-webkit-scrollbar{
width: 0px;
}
.message textarea:focus{
padding-top: 14px;
}
form .button_area{
margin: 25px 0;
display: block;
text-align: center;
}
form .button_area button{
background: #4f56a2;
color: #fff;
}
.button_area button{
color: #444;
width: 100%;
outline: none;
font-size: 18px;
cursor: pointer;
border-radius: 5px;
padding: 13px 25px;
background: #fff;
transition: background 0.3s ease;
border: 1px solid #4f56a2;
}
.button_area span{
font-size: 17px;
margin-bottom: 1rem;
color: _; 
display: none;
}
form .grund span{   /*Dropdown Arrows*/
display: block;
position: absolute;
right: 0;
top: 0;
height: 100%;
align-items: center;
padding-right: 2.7rem;
pointer-events: none;
}
form .grund span::before, 
form .grund span::after{
content: "";
position: absolute;
width: 0;
height: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
form .grund span::before{
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #444;
top: 40%;
}
form .grund span::after{
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #444;
top: 60%
}

/*----------------------------NEWSLETTER------------------------------*/
.newsletter {
margin: 20px auto;
padding: 20px;
display: flex;
/* align-items: center;
justify-content: space-between; */
border-radius: 8px;
background: #d7d7d7;
}
.newsletter_title {
font-size: 18px;
font-style: bold;
color: #444;
white-space: nowrap; 
word-break: break-all;
}
.newsletter_area {
flex: 1;
display: flex;
justify-content: center;
}
.newsletter_input_wrap{
position: relative;
width: 550px;
}
.newsletter_input_wrap input{
width: 100%;
padding: 12px 100px 12px 12px; /* Button-Place */
border: 1px solid #444;
border-radius: 5px;
font-size: .9rem;
box-sizing: border-box;
background: #d7d7d7;
}
.newsletter_input_wrap input:focus {
border: 2px solid #4f56a2;
outline: none;
}
.newsletter_button_area{
position: absolute;
right: 3px;
top: 50%;
transform: translateY(-50%);
background: #4f56a2;
color: #fff;
border: 1px solid #4f56a2;
border-radius: 3px;
font-size: 14px;
padding: 10px 16px;
cursor: pointer;
}
.newsletter_message {
margin-top: 10px;
font-size: 15px;
font-weight: bold;
color: #444;
text-align: center;
}
.newsletter_message.success {
color: green;
}
.newsletter_message.error {
color: red;
}


/*----------------------------FOOTER & KUNDEN------------------------------*/

footer{
width: 100%;
background-color: #4f56a2;
bottom: 0;
left: 0;
}
.footerContainer{
padding: 2rem 10rem;
}
.socialIcons{
display: flex;
justify-content: center;
}
.socialIcons a{
align-content: center;
text-decoration: none;
padding:  10px;
margin: 10px;
background-color: #d7d7d7;
border-radius: 50%;
transition: background-color 0.3s;
}
.socialIcons a img{
vertical-align: middle;
}
.brands{
width: 1.5rem;
}
.footerNav{
margin-top: 1rem;
}
.footerNav ul{
display: flex;
justify-content: center;
list-style-type: none;
}
.footerNav ul li a{
color: white;
margin: 20px;
text-decoration: none;
opacity: 0.7;
transition: 0.5s;
}
.footerBottom{
background: linear-gradient(#4f56a2, #303565);
padding: 20px;
text-align: center;
}
.footerBottom p{
color: #8b8a8a;
font-size: 0.7rem;
}
.designer{
opacity: 0.7;
text-transform: uppercase;
letter-spacing: 0.7px;
margin: 0px 2px;
}


.footer_pages,
.customer_pages{
padding: 10rem 5rem 8rem 5rem;
line-height: 2rem;
}
.footer_pages h3,
.customer_pages h3{
font-size: 1.5rem;
text-align: center;
padding-bottom: 2rem;
color: #444;
}
.footer_pages a{
color: #444;
}
.footer_pages ul,
.footer_pages ol{
margin-left: 50px
}

.download_button{
display: flex;
justify-content: center;
}
.download_button button{
width: 250px;
color: #fff;
background: #4f56a2;
justify-content: center;
text-decoration: none;
}
/*----------------------------BLOG------------------------------*/
.blog_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 0 auto;
}
.blog_card:hover {
transform: translateY(-8px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blog_card {
background: white;
border: 1px solid #4f56a2;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
text-decoration: none;
color: inherit;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog_card_image {
height: 150px;
display: flex;
align-items: center;
justify-content: center;
color: #aaa;
}
.blog_card_image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;       
}
.blog_card_content {
padding: 16px;
}
.blog_card_title {
font-size: 18px;
font-weight: bold;
line-height: 1.5rem;
margin: 0 auto .5rem;
}
.blog_card_time {
font-size: 14px;
line-height: .8rem;
color: #444;
}
.blog_card_text {
font-size: 14px;
line-height: 1.3rem;
padding: 10px 0px;
color: #444;
margin: 0;
}

.blog_pages h2{
line-height: 3rem;
}
.blog_pages {
padding: 4rem 5rem 8rem 5rem;
position: relative;
background: #d7d7d7;
z-index: 1;
}
.blog_pages::after {
content: "";
position: absolute;
top: -60vh;
left: 0;
width: 100%;
height: 60vh;
background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
pointer-events: none;
z-index: -1;
}
.blog_header_pic {
position: relative;
width: 100%;
height: 60vh;
overflow: hidden;
}

.blog_header_pic img {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;              
object-fit: cover;
z-index: -1;
}

/*----------------------------BLOG/ FOOTER PAGES------------------------------*/
.blog1_pic{
width: 200px;
float: right;
margin: 0 20px;
/* display: block;
margin: 0 auto; */
}



/*----------------------------SONSTIGES------------------------------*/
.hidden{
display: none;
}
.glass {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
/* border: 1px solid rgba(255, 255, 255, 0.18); */
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.7);
}




























/*----1 Laptop------*/
@media (max-width:1250px){

  .paddingPush{
    padding: 0rem 8rem;
  }
  h2{
    font-size: 2rem;
  }
  .navigation_bar{
    padding: .2rem 4.5rem;
  }
  .VR_tour_container{
    flex-direction: column-reverse;
  }
  .VR_tour_select{
    display: flex;
    justify-content: center;
  }
  .VR_tour_select_wrapper{
    height: auto;
    padding: 1.5rem;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .VR_tour_select::after {
    content: ""; 
    display: block; 
    width: .5rem; 
    flex-shrink: 0; 
  }
  .home_tour_player,
  .home_tour_player iframe{
    width: 100%;
    height: calc(100vh - 150px);
  }
  .horizontal{
    margin-left: 5rem;
    margin-right: 2rem;
  }
  .ablauf_content_text {
    margin-top: 1rem;
    line-height: .95rem; /*war auf .83*/
    font-size: 11px;
  }
  .ablauf_content_text h3{
    font-size: 1rem;
  }
  .first h2{
    font-size: 2.6rem;
  }
  .button_area button{
    font-size: 14px;
    padding: 13px 25px;
  }
  .newsletter {
    margin: 20px auto;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .newsletter_title {
    font-size: 18px;
    padding-bottom: 1rem;
  }
  .readj_br{
    display: none;
  }
  .newsletter_input_wrap{
    width: 450px;
  }
  .footer_pages,
  .customer_pages{
    padding: 10rem 0 8rem 0;
  }
  .blog_pages {
    padding: 4rem 0 8rem 0;
  }
}




/*2 Tablet Portrait*/
@media (max-width:740px){

  .paddingPush{
    padding: 0rem 3rem;
  }
  .navigation_bar{
    padding: .2rem 5rem;
   /* justify-content: space-between; */
  }
  .navigation_bar nav{
    display: none;
  }
  .open_menu{
    display: flex;
  }
  .grid_item{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .grid_ablauf_wrapper{
    padding: 2rem 2rem 2rem 4.5rem
  }
  .VR_tour_select{
    justify-content: left;
    gap: 1rem;
  }
  .horizontal {
    gap: 0;
    margin-left: 1rem; 
    margin-right: 1rem; 
  }
  .ablauf_content_wrapper {
    width: 100%;
  }
  .ablauf_content_text {
    margin-top: -0.5rem;
    font-size: 13px;
  }
  .ablauf_content_text h3{
    font-size: 1.3rem;
  }
  .first h2{
    font-size: 2.6rem;
  }
  .anmerkung:after{
    border-bottom: 1.5px dotted black;
  }
  .preis_paket_wrapper{
    grid-column: 1;
    grid-row: auto;
  }
  .bestseller{
    grid-column: 1;
    grid-row: 2;
    margin-bottom: -2.2rem;
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  form .dbl-field .field{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  form .message textarea{
    resize: none;
  }
  form .button_area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button_area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .button_area span{
    margin: 20px 0 0;
    text-align: center;
  }
  .footerContainer{
    width: 100%;
    padding: 1rem;
  }
  .footerNav ul{
    flex-direction: column;
  } 
  .footerNav ul li{
    text-align: center;
    margin: 7px;
  }
  .footerBottom{
    padding: 10px 20px;
  }
  .socialIcons a{
    padding: 5px;
    margin: 5px;
  }

}




/*-3 Smartphone Landscape*/
@media (max-width:550px){

  h2{
    font-size: 1.5rem;
  }
  section{
    font-size: 13px;
  }
  .paddingPush{
    padding: 0rem 1rem;
  }
  .navigation_bar{
  padding: .2rem 3rem;
  }
  .grid_wrapper{
    padding: 0.5rem 1rem 3rem 1rem;
  }
  .grid_item{
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  padding-top: 1rem;
  }
  .grid_ablauf_item{
    width: 2000px;
    height: 30vh;
  }
  .ablauf_content_pic{
    max-width:80%;
    max-height: 55%;
  }
  .preis_paket_angebot h4{
    font-size: 18px;
  }
  .preise_anmerkung{
    padding: 0 2rem 3rem 2rem;
  } 
  .info{
    width: 150px;
  }
  .rating_profilepic {
    width: 1.6rem;
  }
  .rating_profile_name {
    font-size: .7rem;
  }
  .rating_profile_job {
    font-size: 0.5rem;
  }
  .rating_profile_stars svg{
    width: 15px;
    height:15px;
  }
  .rating_text {
    line-height: .7rem; 
    font-size: .6rem;
  }
  .newsletter {
    margin: 20px auto;
    padding: 10px;
    display: block;
    text-align: center;
  }
  .newsletter_title {
    font-size: 16px;
    padding-bottom: .5rem;
  }
  .newsletter_input_wrap{
    width: 350px;
  }
  .newsletter_message {
    margin-top: 10px;
    font-size: 12px;
  }
  .footer_pages,
  .customer_pages{
    padding: 6rem 0 4rem 0;
    line-height: 1.3rem;
  }
  .footer_pages h3,
  .customer_pages h3{
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 2rem;
  }
  .footer_pages ul,
  .footer_pages ol{
    margin-left: 30px
  }
  .blog_pages {
    padding: 2rem 0 4rem 0;
  }
  .blog_pages h2{
    font-size: 1.5rem;
    padding-bottom: 0;
    line-height: 1.6rem;
  }
}




/*-3 Smartphone Portrait*/
@media (max-width:350px){

  h2{
    font-size: 1.4rem;
  }
  h3{
    font-size: .8rem;
  }
  .grid_wrapper{
    padding: 0;
  }
  .grid_item{
    padding-top: 2rem;
    gap: 25px
  }
  .leistungen{
    padding: 2rem 0;
  }
  .ablauf_content_pic{
    max-width:80%;
    max-height: 45%;
  }
  .preise{
    padding: 2rem 0;
  }
  .bestseller{
    margin-bottom: -2.7rem;
  }
  .info {
    left: clamp(0px, 50%, calc(100vw - 200px));
    transform: translateX(calc(-50% - clamp(0px, 25%, calc(100vw - 200px))));
  }
  .info::before {
    left: 75%;
  }
  .rating_profile_stars svg{
    width: 12px;
    height:12px;
  }
  .rating_text {
    font-size: .5rem;
  }
  .footer_pages ul,
  .footer_pages ol{
    margin-left: 20px
  }
  .blog1_pic{
    float:unset;
    display: block;
    margin:  0 auto 1rem;
  }
}