/* Fonts */
@font-face {
  font-family: 'Pragmatica Condensed';
  src: url('../fonts/Pragmatica-Condensed.eot');
  src: url('../fonts/Pragmatica-Condensed.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Pragmatica-Condensed.woff2') format('woff2'),
      url('../fonts/Pragmatica-Condensed.woff') format('woff'),
      url('../fonts/Pragmatica-Condensed.ttf') format('truetype'),
      url('../fonts/Pragmatica-Condensed.svg#Pragmatica-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSauceSans-Regular';
  src: url('../fonts/OpenSauceSans-Regular.eot');
  src: url('../fonts/OpenSauceSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSauceSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSauceSans-Regular.woff') format('woff'),
      url('../fonts/OpenSauceSans-Regular.ttf') format('truetype'),
      url('../fonts/OpenSauceSans-Regular.svg#OpenSauceSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TTCommons-pro';
  src: url('../fonts/TTCommons-Bold.eot');
  src: url('../fonts/TTCommons-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TTCommons-Bold.woff2') format('woff2'),
      url('../fonts/TTCommons-Bold.woff') format('woff'),
      url('../fonts/TTCommons-Bold.ttf') format('truetype'),
      url('../fonts/TTCommons-Bold.svg#TTCommons-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff'),
      url('../fonts/Poppins-Bold.ttf') format('truetype'),
      url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Common css */
*, ::after, ::before { box-sizing: border-box; }
body{margin: 0; font-size: 16.67px; line-height: normal; color: #010101;  font-family: 'Roboto', sans-serif; overflow-x: hidden;}
.container{width: 85%; max-width: 1600px; margin: 0 auto; padding: 0;}
h1, h2, h3, h4, h5, h6{margin: 0 0 30px;font-family: 'Poppins', sans-serif;}
h2{font-size: 42px;}
h2{font-size: 38px;}
h3{font-size: 32px;}
h4{font-size: 28px;}
h5{font-size: 24px;}
h6{font-size: 22px;}
a{text-decoration: none; transition: all 0.5s ease; cursor: pointer;}
p{line-height: normal;}
img{max-width: 100%;}
ul{padding: 0; margin: 0;}
ul li{margin: 5px 0; list-style: none; line-height: normal;}
.input-box{margin: 0 0 20px;}
label { display: block; font-size: 14px; font-weight: 600; margin: 0 0 6px; color: #000000; }
input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea{     border: 0; width: 100%; padding: 18px 25px; font-family: 'Pragmatica Condensed'; font-weight: 400; height: 70px; transition: all 0.5s ease; outline: 0; background: #F2F2F2; border-radius: 50px; font-size: 30px;}
textarea{height: 250px;}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, textarea::placeholder{color: #000000;}
.submit-btn{background:#F2F2F2; height: 70px; border-radius: 50px; width: 100%;color: #000; border: 0;padding: 18px 25px; font-family: 'Pragmatica Condensed';font-size: 30px; cursor: pointer;transition: 0.5s all;}
.submit-btn:hover{background: #FFDE59;transition: 0.5s all;}
.btn{background:#F2F2F2; height: 70px; border-radius: 50px; width: 100%;border-radius: 50px;padding: 18px 25px; font-family: 'Pragmatica Condensed'; color: #000;font-size: 30px; transition: 0.5s all;}
.btn:hover{background: #FFDE59;transition: 0.5s all;}

/* Bootstrap Css */
.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
[class*="col-"] { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
@media (min-width:767px) {
.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }
.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }
.align-items-center { -ms-flex-align: center !important; align-items: center !important; }
.text-center{text-align: center;}
.text-left{text-align: right;}
.text-right{text-align: right;}
}

/* Topbar */
.topbar{background:#f2f2f2; padding: 10px 0;}
.topbar .container{width: 94%; max-width: 1850px; display: flex; justify-content: space-between;}
.topbar .left-part{display: flex; align-items: center; text-transform: uppercase;}
.topbar .left-part a + a{margin-left: 220px;}
.topbar .right-part{display: flex; align-items: center;}
.topbar a{color: #000; font-family: 'Pragmatica Condensed'; font-size: 21px; display: flex; align-items: center;}
.topbar a img{margin-right: 10px;}
.topbar a + a{margin-left: 30px;}
/* Header */
header{padding: 10px 0; border-bottom: 1px solid #e7e7e7; background:#fff; transition: 0.5s all;}
header .container{width: 94%;max-width: 1850px;}
header .logo{width: 200px; flex: 0 0 auto; max-width: 200px;}
header .menu{display: flex; justify-content: center; align-items: center; flex: 0 0 auto; max-width: calc(100% - 200px);}
header .menu .moduletable_menu{padding-right: 220px;}
header .menu ul{margin: 0;padding: 0;display: flex;align-items: center;gap: 0 50px;width: 100%;text-align: center;justify-content: center;max-width: 100%;}
header .menu li{position: relative;}
header .menu li a{font-size: 30px; font-family: 'OpenSauceSans-Regular'; color: #000; text-transform: uppercase; padding: 25px 0;}
header .menu li > a:hover, header .menu li.active > a, header .menu .menu-right-link a:hover{color: #FF914D;}
header .menu li.parent > a{position: relative; padding-right: 20px;}
header .menu li.parent > a:after { content: ''; border-bottom: 2px solid #000; border-left: 2px solid #000; padding: 5px; position: absolute; right: 0; top: 48%; transform: translateY(-50%) rotate(-45deg); }
header .menu li.parent > a:hover:after, header .menu li.parent.active > a:after{border-color: #FF914D;}
header .menu ul ul{ position: absolute; align-items: flex-start; padding: 10px 18px; flex-direction: column; z-index: 1000; background: #f2f2f2; left: 0; top: 100%; min-width: 200px; display: none; margin-top: 25px;}
header .menu ul li:hover ul{display: flex;}
header .menu .menu-right-link{position: absolute;right: 15px;display: inline-flex; align-items: center;}
header .menu .menu-right-link a{font-size: 30px; font-family: 'Pragmatica Condensed'; color: #000; text-transform: uppercase; display: inline-flex; align-items: center; vertical-align: middle;}
header .menu .menu-right-link a.avg{color: #FF914D;}
header .menu .menu-right-link a + a{margin-left: 55px;}
.menu-icon{display: none;}
/* Home Banner */
.home-banner{position: relative;}
.home-banner .container{position: absolute; left: 0px; right: 0; top: 50%; transform: translateY(-50%); width: 96%;max-width: 1850px;}
.home-banner .banner-overlay-search { background: rgb(0 0 0 / 52%); padding: 40px 70px 30px; max-width: 750px; border-radius: 50px; }
.home-banner .banner-overlay-search p{color: #fff; font-family: 'OpenSauceSans-Regular'; font-size: 28px; line-height: normal; margin: 45px 0;}
.home-banner .banner-overlay-search p a{text-decoration: underline; text-decoration-color: #FFDE59; color: #fff;text-underline-offset: 4px;}
.home-banner .banner-overlay-search ul li{color: #fff; position: relative;  font-family: 'OpenSauceSans-Regular'; font-size: 28px; margin: 0 0 10px; line-height: normal;}
.home-banner .banner-overlay-search ul li::before{content: ''; background: url(../images/right-icon.png); height: 30px; width: 30px; background-size: 100%; background-position: center; position: absolute; left: -38px; top: 5px;}
.home-banner .banner-overlay-search .input-box input { background-color: #fff;   font-family: 'TTCommons-pro'; font-size: 32px; text-transform: uppercase; height: 100px; border-radius: 100px; font-weight: 600; letter-spacing: 2px; padding: 10px 100px 10px 50px;}
.home-banner .banner-overlay-search .input-box input::placeholder{color: #000; }
.home-banner .banner-overlay-search form{position: relative;}
.home-banner .banner-overlay-search form button { position: absolute; background: transparent; width: 52px; right: 38px; top: 23px; padding: 0; border: 0; }
.home-banner .bottom-link{margin: 110px 0 0;}
.home-banner .bottom-link a{font-family: 'OpenSauceSans-Regular'; font-size: 28px; text-decoration: underline; text-decoration-color: #FFDE59; color: #fff;text-underline-offset: 4px;}

/* Uber UNS */
.heading{font-size: 90px; color: #000;font-family: 'Poppins'; font-weight: bold; margin: 0 0 30px; line-height: 96px; text-transform: uppercase;}
.heading span{display: inline-block;}
.heading span:after{content: '';border-bottom:4px solid #FFDE59; display: block; margin: -7px 0 0;}
.uber-uns { padding: 90px 0; }
.uber-uns .img { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px; }
.uber-uns .img img + img{margin-top: 40%;}
.uber-uns .text-block{padding-left: 80px;}
.uber-uns .text-block p:first-child{margin: 0 0 50px;}
.uber-uns .text-block p{font-size: 28px;font-family: 'OpenSauceSans-Regular'; margin: 0; line-height: 40px; color: #868686;}
.uber-uns .text-block p + p{margin:35px 0 0;}
.uber-uns .text-block ul{padding-left: 40px;}
.uber-uns .text-block ul li{list-style: disc; font-size: 28px; line-height: 40px; color: #868686;}

/* Unsere Dienstlelstungen */
.unsere-dienstleistungen .heading{margin: 0 0 50px;}
.unsere-dienstleistungen .grid{display: grid; grid-template-columns: repeat(3, 1fr);}
.unsere-dienstleistungen .grid img{width: 100%; vertical-align: top ;}
.unsere-dienstleistungen .grid .box{position: relative;background: #000;}
.unsere-dienstleistungen .grid .box .overlay { position: absolute; left: 0; background: rgb(0 0 0 / 52%); color: #fff; right: 0; margin: auto; width: 88%; padding: 30px 50px; border-radius: 20px; bottom: 40px; min-height: 260px;}
.unsere-dienstleistungen .grid .box .overlay .title{font-family: 'Poppins'; font-size: 30px; margin: 0 0 10px;max-width: 200px; line-height: 30px;}
.unsere-dienstleistungen .grid .box .overlay .description{font-family: 'OpenSauceSans-Regular'; font-size: 22px; margin: 0 0 10px; line-height: 28px;}

/* Unsere Leistung Unternehmen */
.unsere-leistung-unternehmen{padding: 80px 0 100px;}
.unsere-leistung-unternehmen .heading{display: table;}
.unsere-leistung-unternehmen .content h2{font-size: 28px; margin: 0 0;}
.unsere-leistung-unternehmen .content p, .unsere-leistung-unternehmen .content ul li{font-size: 20px; color: #868686; margin: 0; line-height: 28px;}
.unsere-leistung-unternehmen .content ul{padding-left: 23px;}
.unsere-leistung-unternehmen .content{float: right;}
.unsere-leistung-unternehmen .content p{max-width: 410px;}
.unsere-leistung-unternehmen .content ul li{list-style: disc;}
.unsere-leistung-unternehmen .box + .box{margin: 40px 0 0;}
.unsere-leistung-unternehmen .reverse-direction{flex-direction: row-reverse;}
.unsere-leistung-unternehmen .reverse-direction .heading{float: right;}
.unsere-leistung-unternehmen .reverse-direction .content{float: none;}

/* Wachsen auch sie mit uns */
.wachsen-auch-sie-mit-uns{position: relative; background-color: #000;}
.wachsen-auch-sie-mit-uns img{width: 100%;vertical-align: top;}
.wachsen-auch-sie-mit-uns .container{position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);}
.wachsen-auch-sie-mit-uns .container .overlay { background: rgb(0 0 0 / 52%); padding: 40px 70px; max-width: 930px; margin: auto; border-radius: 30px; text-align: center; }
.wachsen-auch-sie-mit-uns .container .overlay .heading{color: #fff;}
.wachsen-auch-sie-mit-uns .container .overlay p{color: #fff; font-size: 30px;font-family: 'Poppins'; font-weight: 700; margin: 20px 0 0;}
.wachsen-auch-sie-mit-uns .container .overlay img{width: auto;}

/* Contact us */
.contactus{padding: 70px 0 65px;}
.contactus .img{display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px;}
.contactus .img img:first-child{margin-top: 40%;}
.contactus .tagline{font-size: 22px; margin: 0; font-family: 'Pragmatica Condensed';text-align: center; margin: 20px 0 0;}
.contactus .contact-from{padding-left: 50px;}
.contactus .contact-from .input-box input:not([type="submit"]){border: 0; width: 100%; padding: 18px 25px; font-family: 'Pragmatica Condensed'; font-weight: 400; height: 70px; transition: all 0.5s ease; outline: 0; background: #F2F2F2; border-radius: 50px; font-size: 30px;}
.contactus .contact-from .submit-btn { background: #F2F2F2; height: 70px; border-radius: 50px; width: 100%; color: #000; border: 0; padding: 18px 25px; font-family: 'Pragmatica Condensed'; font-size: 30px; }
.contactus .contact-from .submit-btn:hover{background:#FFDE59;}
.contact-info{line-height: 35px; margin: 100px 0 0;}
.contact-info .logo{max-width: 200px; margin: 0 0 15px;}
.contact-info .address{ font-size: 30px;  color: #000000; margin: 0 0 15px; }
.contact-info .info, .contact-info .info a{font-size: 30px; color: #000000;}

/* Footer */
footer .top-row .container{display: flex; justify-content: space-between;}
footer .top-row ul li{display: inline-block; margin:0 40px 0 0;}
footer .top-row ul li a{color: #000;  font-size: 30px;}
footer .top-row .social-icon a + a{margin-left: 20px;}
footer .bottom-row{background: #000000; padding: 10px 0;}
footer .bottom-row .container{display: flex; justify-content: space-between;}
footer .bottom-row .copiright-text, footer .bottom-row .powered-by{color: #fff; font-size: 30px; }

/* Anfrage Page */
.anfrage-contact-detail .heading{margin: 0 0 20px;}
.anfrage-contact-detail p { font-size: 30px; font-family: 'Pragmatica Condensed'; font-weight: bold; margin: 0; }
.anfrage-contact-detail ul{margin:40px 0 0;}
.anfrage-contact-detail ul li{position: relative; margin: 0 0 25px;}
.anfrage-contact-detail ul li a{display: flex; align-items: center; color: #000; font-size: 30px; font-family: 'Pragmatica Condensed';}
.anfrage-contact-detail ul li a span{min-width: 50px;}

/* impressum Page */
.IMPRESSUM_wrap p {font-weight: normal;font-size: 18px;line-height: 24px;}
.IMPRESSUM_wrap p strong {font-weight: bold;font-size: 20px;}
.IMPRESSUM_wrap ul li strong {font-size: 20px;}
.IMPRESSUM_wrap ul li a {color: #000;}

/* 9-10-22 */
header .menu .menu-right-link .mod-languages.language_module { position: absolute; background: #f2f2f2;padding: 15px; top: 100%; z-index: 11; right: 0; min-width: 100px; margin-top: 23px;}
header .menu .menu-right-link .language_module a {display: block;padding: 0px;}
.mod-languages.language_module .lang-inline {display: unset;}
.moduletable.language_module {display: none;}
div.mod-languages ul.lang-inline li {display: block !important;}
header .menu .menu-right-link .language_module a img {width: 25px;}


body.sticky{padding-top: 70px;}
.sticky header{position: fixed; top: 0; left: 0; width: 100%; transition: 0.5s all; z-index: 111; background: #fff; box-shadow: 0 0 54px 8px rgb(27 27 27 / 8%);}


/** Footer CSS **/

.contact-info::before {background: #f2f2f2;content: "";position: absolute;height: 100%;width: 5000px;z-index: -1;right: -2000px;top: 75px;}
.contact-info {background: #f2f2f2;padding-top: 25px; overflow: hidden;}
.top-row {background: #f2f2f2;padding-top: 80px;}


 /* #agree0 { width: 18px; float: left; position: relative; bottom: 27px; margin-right: 10px; } */

.rsform-block-agree label {font-weight: normal;}

.arebic-language .home-banner .banner-overlay-search ul li::before { right: -38px; }

/* 24-10-22 */
.contactus fieldset{padding: 0; margin: 0;}
.contactus .contact-from .input-box.rsform-block-agree label{padding-left: 30px; position: relative;}
.contactus .contact-from .input-box.rsform-block-agree input[type="checkbox"] { position: absolute; left: 0; top: 0; width: 20px; height: 20px; padding: 0; }