/* cmsms stylesheet: styles modified: 18.01.2023 16:03:18 */
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/
.pb-50 {padding-bottom: 50px;}
.pt-0 {padding-top: 0px;}
.blog-posts ul {padding-left: 0; margin-left: 0}
body {
  font-family: 'Roboto', sans-serif;
  padding-top: 50px;
  color: #8e8e8e;;
  -webkit-font-smoothing: antialiased;
}

#gebisranchbanner {padding-bottom: 30px;}

a {
  color: #000;
}

a:hover, a:focus, a:active {
    color: #FF2E00;
    text-decoration: none;
}

hr {
  width: 10%;
  border-color: #E8E8E8;
}

.sep-section {
  height: 1px;
  background: #EFEFEF;
  clear: both;
}

.ganslogo img {padding: 20px; padding-top: 0px;}
.gansbutton a {margin-left: 30px; margin-right: 30px; margin-top: 40px; margin-bottom: 40px;}

.gebisranchbutton .btn-clean:hover, .btn-clean:focus {
    color: #fff;
    background: #39aa3f;
    border: 1px solid #39aa3f;
}

.eiscafebutton .btn-clean {
    color: #fff;
    background: #018bd3;
    border: 1px solid #018bd3;
}

.eiscafebutton .btn-clean:hover, .btn-clean:focus {
    color: #8e8e8e;
    background: #fff;
    border: 1px solid #8e8e8e;
}

.eiscafe p {color: #018bd3}

.py-3 {padding-top: 10px; padding-bottom: 2px}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1 {
  font-size: 46px;
  font-weight: 100;
  color: #8e8e8e;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: #8e8e8e;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
  color: #8e8e8e;
}

h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0 0 0;
  color: #8e8e8e;
}

h5 {
  font-size: 18px;
  color: #8e8e8e;
  text-transform: uppercase;
  margin: 15px 0;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #8e8e8e;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #8e8e8e;
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
  background: transparent;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-cta {
  color: #fff;
  border: 1px solid #FFF;
  padding: 15px 40px;
  font-size: 16px;
}

.btn-cta:hover, .btn-cta:focus {
  color: #fff;
  background:rgba(255,255,255,.1);
}

.btn-light {
  color: #fff;
  border: 1px solid #fff;
}

.btn-light:hover, .btn-light:focus {
  background: #fff;
  color: #e30613;
}

.btn-clean {
  color: #8e8e8e;
  border: 1px solid #8e8e8e;
}

.btn-clean:hover, .btn-clean:focus {
  color: #fff;
  background: #e30613;
  border: 1px solid #e30613;
}

.btn-colored {
  background: #e30613;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.btn-colored:hover, .btn-colored:focus {
  color: #fff;
  outline: 0;
  opacity: .9;
}

/***********************************************************************************************/
/* Form */
/***********************************************************************************************/

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color .3s ease-in-out;
     -moz-transition: border-color .3s ease-in-out;
      -ms-transition: border-color .3s ease-in-out;
       -o-transition: border-color .3s ease-in-out;
          transition: border-color .3s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}

/***********************************************************************************************/
/* Preloader Effect */
/***********************************************************************************************/

#preloader {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

/* Preloading Animation */

#loading-animation {
    background-image: url("../../images/loading.GIF") ;
    opacity: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    border-radius: 4px;
}

/***********************************************************************************************/
/* =Navbar */
/***********************************************************************************************/

.navbar-brand {
  padding-top: 9px;
}

.navbar-default {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  padding-top: 30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #e30613;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a.currentpage,
.navbar-default .navbar-nav > li > a:focus {
  color: #e30613;
}

.navbar-nav {
  margin: 1.5px -10px !important; 
}

.navbar-default .navbar-nav > li > a {
  border-top: 1px solid #f0f0f0;
  color: #000;
  font-size: 14px;
  opacity: .8;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}

.navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300;
}

.nav > li > a {
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 8px !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #626262;
}

.firstrow li a {font-size: 90%}
ul.firstrow {padding-top: 14px;}
ul.firstrow > li > a {color: #878786 !important; padding-top: 3px; padding-bottom: 1px; padding-left: 5px; text-transform: none !important;}
ul.firstrow > li > a:hover, ul.firstrow > li > a.currentpage {color: #e30613 !important; }

/***********************************************************************************************/
/* =Title section */
/***********************************************************************************************/

.title-section {
  margin-bottom: 80px;
  text-align: center;
}

.title-section h3 {
  color: rgb(37, 37, 37);
  text-transform: uppercase;
  margin: 0;
}

.sub-title-section {
  margin-bottom: 20px;
  text-align: center;
}


.title-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px auto;
    width: 70%;
}

/***********************************************************************************************/
/* =Content home-section */
/***********************************************************************************************/

#home-section {
  position: relative;
  width: 100%;
  display: table;
  font-family: 'Roboto Slab', cursive;
}

#home-section h2 {

  font-family: 'Roboto Slab', cursive;
}

#home-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
}

.intro-title {
  margin-bottom: 30px;
}

.intro-title h2 {
  color: #fff;
  margin: 0px 0px 0px 0px;
  text-transform: none;
  text-shadow: 4px 6px 1px black;
}
.intro-title h2:first-line {
  text-decoration:underline;
}


.call-to-action {
  text-align: center;
}

.scroll-down {padding-top: 50px;}


/***********************************************************************************************/
/* Content parallax-section */
/***********************************************************************************************/

#parallax-section {
  
  position: relative;
  padding: 270px 0;
  color: #fff;
}

/***********************************************************************************************/
/* Small-section */
/***********************************************************************************************/

#small-section {
  background: #e30613;
  padding: 70px 0;
}

#small-section h3, #small-section p {
  color:#fff;
}

/***********************************************************************************************/
/* =Content blog-section */
/***********************************************************************************************/

#blog-section {
  padding-top: 80px;
}

.entry-post {
  margin-bottom: 50px;
}

.entry-image {
  margin-bottom: 15px;
  min-height: 1px;
}

.entry-image a {
  position: relative;
  display: block;
}

.entry-image a img {
  position: relative;
  max-width: 100%;
  width: 100%;
}


.post-meta p {
  font-size: 15px;
  margin: 0 0 8px
}

.post-meta p span.date a {
  color: #5b5e60;
}

.post-meta p span.date a:hover {
  color: #e30613;
}

.post-meta p span.date a:after {
  padding: 0 4px 0 8px;
  content: "|"
}

.post-meta p span.date {
  color: #aeaeae;
}

h4.post-title {
  margin: 0 0 10px;
}


/***********************************************************************************************/
/* =Google map */
/***********************************************************************************************/

.map {
    height: 460px;
}

.map:before {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4)
}

.map:after {
  top: 0;
}

.map:after, .map:before {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

/***********************************************************************************************/
/* Project page */
/***********************************************************************************************/

#pagination-section {
  padding: 40px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

.pagination-title h4 {
  margin: 10px 0 0 0;
  color: #333;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

ul.project-navigation {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

ul.project-navigation li {
  display: inline-block;
}

ul.project-navigation li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}

ul.project-navigation li a i {
  font-size: 20px;
  color: rgb(129, 129, 129);
  line-height: 40px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

ul.project-navigation li a:hover i {
  color: #FC6E51;
}

#project-section {
  padding: 80px 0px 70px;
}

.single-project {
  padding-bottom: 40px;
}

.project-image img {
  width: 100%;
  max-width: 100%;
}

.project-desc h5 {
  margin-top: 25px;
}

.project-desc h5 a {
  display: block;
  text-transform: capitalize;
  color: rgb(27, 27, 27);
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-top: 0;
  border-bottom: 2px solid #FC6E51;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out
}

.project-desc h5 a:hover {
  text-decoration: none;
  color: #FC6E51;
}

.project-desc span a {
  color: #888;
}

.project-desc p {
  color: #555;
  margin: 20px 0 25px 0;
}

.project-desc span a:hover {
  color: #000;
}

ul.iconlist {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

ul.iconlist li {
  margin: 6px 0;
  color: #555;
  font-size: 15px;
  font-weight: 300;
}

ul.iconlist li strong {
  font-weight: 500;
}

ul.iconlist li i {
  margin-right: 10px;
}

ul.iconlist li .fa-lightbulb-o {
  margin-right: 15px!important;
}

ul.iconlist li a {
  margin-left: 5px;
  font-weight: 400;
}

#related-projects {
  padding-top: 20px;
}

#related-projects h5 {
  text-transform: capitalize;
  color: rgb(27, 27, 27);
  margin-bottom: 30px;
}

.item {
  padding: 1px;
}

.item-img img {
  width: 100%;
  max-width: 100%;
}

.owl-theme .owl-controls {
  margin-top: 0!important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e30613;
}


/***********************************************************************************************/
/* Blog page */
/***********************************************************************************************/

#headblog-section {
  padding: 30px 0;
}

/*Post Styles*/

.title-head-blog h1 {
  color: #060606;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.title-head-blog hr {
  border-color: #060606;
}

.blog-post {
  position: relative;
  padding: 0px 0px 40px 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}

.blog-post:last-child {
  border-bottom: 1px transparent;
}

/***********************************************************************************************/
/* Footer */
/***********************************************************************************************/

footer {
  padding: 80px 0;
  background-color: #818284;
}

footer h4, footer p {color: #fff;}

footer p a {color: #fff}
footer p a:hover {color: #e30613}

ul.footer_nav {margin-top: 15px; margin-left: 0px; padding-left:0px;}
ul.footer_nav li {list-style-type: none; }
ul.footer_nav li a {color:#fff; font-size: 14px; padding-bottom: 5px; padding-top: 5px; display:block; text-transform:uppercase;}
ul.footer_nav li a:hover {color:#e30613;}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 28.125%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#menues h4.datum {color:#e30613; font-weight: normal}
#menues h4 { font-weight: bold}
#menues h4 span {font-size: 70%}
#menues h4.menudescription {padding-bottom: 15px;}

.menuwrapper {border-bottom: 2px dotted #e30613; margin-bottom: 15px;}
.menuwrapper:last-child {border-bottom: 0px dotted #e30613; margin-bottom: 15px;}

class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
 
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
 
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
 
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
 
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
 
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
 
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
 
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
 
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
 
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
 
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
 
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
 
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
 
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
 
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
 
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
 
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
 
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
 
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
 
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
 
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
 
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
 
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
 
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
 
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
 
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
 
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
 
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
 
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
 
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
 
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
 
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
 
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
 
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
 
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* cmsms stylesheet: responsive modified: 14.12.2021 11:50:53 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	body {
		padding-top: 64px;
	}

    h1 {
    	font-size: 50px;
    }

    h2 {
    	font-size: 48px;
    }

    h4 {
    	margin: 15px 0 0 0;
    }

    .nav > li > a {
       padding: 0px 15px;
    }

    .navbar-default .navbar-nav > li > a {
       border-top: 1px solid transparent;
    }

    .navbar-brand {
        padding-top: 33px;
    }


 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	h3 {
		font-size: 36px;
	}

	
	#home-section h2 {font-size: 70px;}
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	h1 {
		font-size: 56px;
	}
	
	h2 {
		font-size: 50px;
	}
	
	#home-section h2 {font-size: 100px;}


 }
 
@media (max-width: 1200px) { 
 
 .navbar-default .navbar-nav > li > a {

  font-size: 10px;
}
  



 
 }
 
  
@media (max-width: 992px) { 
 
 .navbar-default .navbar-nav > li > a {

  font-size: 10px;
  padding-right: 3px !important;
  padding-left: 3px !important;
  padding-top: 1px !important;
}

 a.navbar-brand-new img {width: 200px;}
 
 }
 
@media (max-width: 768px) { 
 
 a.navbar-brand-new img {width: 150px;}
 .call-to-action img {
  width: 150px;
 }
 .scroll-down {
    display: none;
}
 .intro-title h2 {text-align: center;}
 
 .title-section {
    margin-bottom: 20px;
}
 
#parallax-section {
  padding: 170px 0;
}
 
footer .footer-container {margin-bottom: 50px;}
 }
