/* Allgemein */

h1, h2, h3, h4, h5, h6 {
	hyphens: none;
}

p {
	text-align: justify;
}


/* HEADER */

#header .logo {
	position: absolute;
	width: 35vw;
	height: 500px;
}

#header .logo a {
	background-position: 0 0;
	background-image: url(/files/cto_layout/img/elemente/Logo_ICM-HG.svg);
}

#stickyheader .logo {
	margin-left: 3rem;
}


/* Vermietung */

#article-92.mod_article:not(.fullwidth) > .container {
  padding-top: 0px;
}


/* Accordion Firmenliste */

#article-14 .autogrid_row {
  width: 100%;
}


/* Call-to-action */

.call-to-action .font_headline {
  margin-bottom: 0px;
}

.call-to-action .ce_hyperlink a {
  margin-bottom: 0px;
}


/* FOOTER */

.ce_icon_text .text a {
	text-decoration: none;
}

.ce_icon_text[data-icon-pos="before"] .icon {
  margin-right: 0.5rem;
}

#footer a p:hover {
  color: #b93718;
}


/* IMPRESSUM */

.imprint h3 {
	margin-bottom: 5px;
}


/* DATENSCHUTZ */

.privacy h2 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.privacy h3 {
	margin-bottom: 10px;
}

.privacy h4 {
	margin-bottom: 5px;
}

.pt-xl {
  padding-top: 100px !important;
}


/* Responsiv */

@media only screen and (max-width: 1400px) {

  .mod_article.fullwidth-padding-both > .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {

  .mainmenu {
    display: none;
  }

  .smartmenu {
    display: block;
  }
}


@media only screen and (max-width: 1024px) {
  
  /* Home */
  .ce_image_extended .image_container img {
    width: 100%;
  }

  .ce_countup .headline {
    font-size: 2.5rem;
  }
  
  .imprint h3, .ce_countup h4 {
	  hyphens: manual;
  }
}

@media only screen and (max-width: 767px) {
  
  #stickyheader .logo {
    margin-left: 2rem;
  }
  
  :root {
    --swiper-navigation-size: 20px;
  }
  
  /*
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: var(--swiper-pagination-top,90px);
  }
  */
  
  .ce_swiper-slider-start.style2_light .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  
  .mmenu_trigger {
  	top: 20px;
  	color: #fff;
  	display: none;
  }
  
  .mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines::before, .mmenu_trigger .burger .burger_lines::after {
  	background-color: #fff;
  }
  
  #stickyheader .mmenu_trigger {
    display: inherit;
  	color: #004B64;
  }
  
  #stickyheader .mmenu_trigger .burger .burger_lines, #stickyheader .mmenu_trigger .burger .burger_lines::before, #stickyheader .mmenu_trigger .burger .burger_lines::after {
  	background-color: #004B64;
  }
  
  .vlist {
  	margin-top: 2rem;
  }
  
  p {
  	text-align: start;
  }
  
  .column .col_6, .column .col_12 {
    margin-bottom: 0 !important;
  }
}