/* Farben
    dkl. grau   #45494e
    
*/

/* Fonts */

/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Cabin */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');


/* Styles */

body {	
    font-family: "Cabin", sans-serif;
    /* font-family: "Roboto", sans-serif; */
  	font-weight: 300;
  	font-style: normal;
  }
    
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  font-family: "Cabin", sans-serif;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  margin: 10px 0px;
  }
  h1, h1 a, h2, h2 a {
      margin-top: 25px;
  }
  
.skyit_menu>ul>li>a {
	font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

 .skyit_nav_area.prefix, .hbg2,
 .dtbtn,
 .witr_btn,
 .sk_offer_area,
 .sk_cal_area,
 .sk_test_area,
 .footer-middle {
    background: #45494e;
}

.skyit_nav_area.prefix {
    border-bottom:1px solid #383838;
    }

.witr_btn, .witr_bbtn {
    border: 1px solid #383838;
}
fieldset    {
    margin: 125px 15px 25px 15px;
    border: 2px dotted #000;
    }
legend {
    font-family: monospace;
    font-style: normal;
    text-transform: uppercase;
    color: red;
}

/* MAterial Shadows */
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}
 
.skyit_nav_area.prefix,
.witr_btn, 
.witr_bbtn,
.sk_offer_area,
.sk_offer_area,
.sk_coun_area,
.sk_cal_area,
.sk_pric_area,
.sk_test_area,
.cont_page_map,
.witr_case_image,
.sk_ab_area img,
.sk_skil_area img,
//.slide_items img,
.witr_case_image,
.image-box-img img,
.sk_team_area img,
.sk_proj_area img,
.tsimgin img,
.wblogpart,
.apartment_area,
.card-1 {
    border-radius: 2px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.allcostyle {
    background-color: #fff;
}
.sk_offer_area .txbdsvtitle,
.sk_offer_area .allcostyle p {
    color: #45494e;
    }
.sk_br_area {
    padding: 25px 0;
}

.slide_items {
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slide_items > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.txbdicondf > img;
.txbdsi>img {
    margin: 0 0 25px 0;
}
.txbdsi>img {
}
.txbdsi ul li {
    list-style: disc inside;
    font-weight: 300;
}
.skyit_slider_area .witr_text_widget {
    padding-top: 0px;
}
.txbdicondf {
    margin: 50px;
}
.cont_left ul.icon-list-items.inline-items li {
    width: 100%;
    float: left;
}

/* Responsive Anpassungen */

@media (min-width: 1400px) {
    .skyit-main-menu .container, .witr_shortcode_area .container, .skyit-header-top .container, .skyit_header_top_two .container, .blog_sidebar .container {
        max-width: 1140px;
    }
    .all_header_abs img {
        margin: 25px 50px;
    }
}

@media (max-width: 767px) {
    .mobile_menu_logo.text-center {
        text-align: left !important;
        margin: 15px 25px 15px 0px;
    }
}