/*
CSS brandschutz-bau-berlin.de
WST 2014-2023
*/

.button a {
	display: block;
	padding: 10px;
	background-color: #f57c11;
	color: #fff;
	max-width: 100%;
	
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	text-align: center;
	transition-property: background-color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	transition-delay: .2s;
}

.button a:hover {
	background-color: #4a4a4a;
	
}

button.submit {
	display: block;
	padding: 10px;
	background-color: #f57c11;
	color: #fff;
	width: 100%;
	
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	text-align: center;
	transition-property: background-color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	transition-delay: .2s;
}

button.submit:hover {
	background-color: #4a4a4a;
color: #fff;	
}

#beratenlassen {
	border: 3px solid #f57c11;
	color: #4a4a4a !important;
	padding: 20px;
	padding-bottom: 0 !important;
	font-style: normal;
	margin-bottom: 20px;
}

.abstandoben_20 {
	margin-top: 20px;
}

.abstandoben_30 {
	margin-top: 30px;
}

.abstandoben_50 {
	margin-top: 50px;
}
/* Zertifikate */

#zertifikate_wrapper {
  float: right;
  min-height: 16px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  z-index: 10000;
}
@media only screen and (max-width: 1030px) and (min-width: 641px) {
  #zertifikate_wrapper {
    float: right;
    min-height: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    z-index: 10000;
    width: 55%;
  }
}
#zertifikate_wrapper .ce_gallery {
  margin-bottom: -15px!important;
}
#zertifikate_wrapper .ce_gallery img {
  max-width: 42px;
  max-height: 45px;
  margin: 0 auto;
}
#zertifikate_wrapper .ce_gallery img.vds {
  max-width: 50px!important;
}
#zertifikate_wrapper .ce_gallery .image_container {
  margin: 10px 3px 10px 0;
  opacity: .80;
}
#zertifikate_wrapper .ce_gallery>ul li.col_first {
  clear: none;
}
@media all and (max-width:640px) {
  #zertifikate_wrapper {
    max-width: 100%;
    background: #f9f9f9;
    max-height: 55px;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-top: 60px!important;
    z-index: 100000;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    float: left;
    padding-bottom: 5px!important;
    position: relative;
  }
  #header #logoContainer {
    margin-top: 60px!important;
  }
}

/* ubuntu-300 - latin */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v12-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('../fonts/ubuntu-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/ubuntu-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/ubuntu-v12-latin-300.woff') format('woff'), /* Modern Browsers */
  url('../fonts/ubuntu-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/ubuntu-v12-latin-300.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}

/* ubuntu-regular - latin */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../fonts/ubuntu-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/ubuntu-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/ubuntu-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/ubuntu-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/ubuntu-v12-latin-regular.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}

/* ubuntu-700 - latin */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntu-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/ubuntu-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/ubuntu-v12-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/ubuntu-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/ubuntu-v12-latin-700.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}

/* Cookie Hinweis */

.mod_cms_accept_tags button.submit:hover {
  cursor: pointer;
}
.ce_optin_fallback .fallback_container {
  margin-bottom: 36px;
  padding: 20px 20px 10px;
  border: 4px solid #7f7f7f;
}
#main .ce_optin_fallback p {
  margin-bottom: 10px;
}
.ce_optin_fallback a {
  display: inline-block;
  padding: 10px;
  background-color: #7f7f7f;
  color: #fff;
  text-decoration: none;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: ""
}
.clearfix:after {
  clear: both;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
  font-weight: normal;
}
.cc-window.cc-banner {
  padding: 0.5em 1.8em!important;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
#broschuere {
  display: block!important;
}

/* Siegel Footer*/

#footer .ce_gallery {
  margin-bottom: 15px;
}
.siegelfooter img {
  width: 85px!important;
  height: 123px;
  margin-right: 15px;
  opacity: .55;
}
.siegelfooter img {
  width: 85px!important;
  height: 123px;
  margin-right: 15px;
  opacity: .55;
}
.vbg img {
  width: 85px!important;
  height: 85px!important;
  margin-right: 15px;
  opacity: .55;
}
.grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#footer .grayscale a[title~=VSW] img {
  padding-top: 55px!important;
  padding-left: 20px;
}
body {
  background-color: #fff;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
  z-index: 50;
  margin: 34px 0 46px;
}
h2 {
  font-size: 18px;
  line-height: 24px;
  color: #f57c11;
  text-transform: uppercase;
  margin: 0 0 24px;
}
h3, h4, h5, h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
a {
  color: #f57c11;
}
a:focus, a:active {
  outline: none;
}
strong {
  font-weight: 700;
}
p strong.ohne {
  font-weight: 300;
}
h2 strong {
  font-weight: 100!important;
}
p, ul {
  margin-bottom: 24px;

}
p, ul li, legend {
	  
}


#main .ce_text li:before {
  content: "•";
  color: #f57c11;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
#main .ce_text li {
  padding-left: 20px;
  position: relative;
}
.liste_kein_abstand_oben ul {
  margin-top: -12px;
}
.border {
  width: 100%;
  border-bottom: 1px dotted #cbcbcb;
  margin: -24px 0 80px;
  height: 1px;
  float: left;
}
.border-abstandoben {
  width: 100%;
  border-bottom: 1px dotted #cbcbcb;
  margin: 20px 0 80px;
  height: 1px;
  float: left;
}
.ce_hyperlink {
  margin-bottom: 50px;
  position: relative;
  top: -62px;
  padding-left: 20px;
}
.kontakt-img {
  float: left!important;
  padding-top: 7px;
  margin-right: 20px;
  margin-bottom: 30px;
}
#header #topContainer, #header #logoContainer {
  max-width: 1160px;
  margin: 0 auto;
}
#footer .inside, #main .inside, #contactArea .mod_article {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 56px;
}
#sitemapArea .mod_article {
  max-width: 1104px;
  margin: 0 auto;
}
#main .mod_article {
  padding: 12px 0;
}
#hotline, #socials .googleplus, #socials .facebook, .swiper-container a, #main .checkliste li {
  background-image: url(../../brandschutz-berlin/sprites.png);
  background-size: 500px 300px;
  background-repeat: no-repeat;
}

#main .checkliste li {
  background-image: url(../../brandschutz-berlin/happy-aufzaehlung.svg);
  background-size: 70px 30px;
  background-repeat: no-repeat;
  
}
#header {
  /*background: #fff url(https://files.security-berlin.de/files/security-berlin_theme/images/bg_header.gif) top left repeat-x;*/
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #777;
  box-shadow: 0 0 5px 0 #777;
  position: fixed;
  width: 100%;
  z-index: 50;
  height: 148px;
}
#header .inside {
  display: grid;
  grid-template: 40px 108px / 70% 30%;
}
@media (min-width: 576px) {
  #header .inside {
    grid-template: 60px 88px / 40% 60%;
  }
}
#header .top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  background-color: #eaeaea;
}
@media (max-width: 575px) {
  #header .top {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
}
#header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  #header .logo {
    grid-row: 1 / span 2;
  }
}
@media (min-width: 1140px) {
  #header .logo {
    padding-left: calc((100vw - 1140px) / 2 + 20px);
  }
}
@media (max-width: 575px) {
  #header .logo img {
    max-height: 98px;
    max-width: 100%;
  }
}
#header .logo a, #header .logo img {
  display: block;
}
#navMobileTrigger {
  display: none;
}
#hotline {
  flex-shrink: 0;
  width: 299px;
  overflow: hidden;
  background-position: 55px 13px;
}
#hotline p {
  font-size: 20px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 60px;
  margin-left: 105px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #hotline {
    background-position: 36px 13px;
    width: auto;
    margin-top: 20px;
  }

}
@media (max-width: 575px) {
  #hotline {
    background-position: 16px 0px;
  }
  #hotline p {
    font-size: 16px;
    line-height: 34px;
  }
}
#hotline, #socials a, #navMain li {
  border-right: 1px solid #cbcbcb;
  box-sizing: border-box;
}
#navMain .level_1>li.first {
  border-left: 1px solid #cbcbcb;
}
#socials {
  margin-left: 300px;
}
#socials li {
  float: left;
}
#socials a {
  display: block;
  width: 95px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
}
#socials .googleplus {
  background-position: center -82px;
}
.broschuere a {
  color: #666;
}
#broschuere {
  margin-left: 342px;
  overflow: hidden;
  width: 300px;
}
#broschuere .broschuere {
  line-height: 60px;
  margin-bottom: 0;
}
#broschuere li {
  float: left;
}
#broschuere a {
  width: 95px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  color: #333;
  text-decoration: none;
}
.broschuere:before {
  content: "\f019";
  font-family: 'FontAwesome';
  float: left;
  padding-right: 3%;
  font-size: 1.8em;
  color: #666;
}
#socials .facebook {
  background-position: center -32px;
}
#slidingArea {
  padding-top: 148px;
  position: relative;
}
#fading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 208px;
  background: transparent url(https://files.security-berlin.de/files/security-berlin_theme/images/slider_fading.png) bottom left repeat-x;
  z-index: 25;
}
#seitenbildArea {
  padding-top: 148px;
}
.seitenbild {
  padding-top: 148px;
}
#main {
  margin-top: -208px;
  position: relative;
  z-index: 40;
}
#navMain {
  overflow: visible;
}

#navMain .level_1 {
  display: flex;
}
#navMain .level_1>li:nth-child(1)>*, #navMain .level_1>li:nth-child(2)>* {
  padding: 0;
}
#navMain .level_1>li:nth-child(1) {
  width: 130px;
}
#navMain .level_1>li:nth-child(2) {
  width: 170px;
}
#navMain a, #navMain strong, #navMobileTrigger {
  display: block;
  font-size: 18px;
  line-height: 88px;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 0 40px;
  white-space: nowrap;
}
#navMain a:hover, #navMain strong, #navMain a.trail {
  color: #f57c11;
}
#navMain strong {
  font-weight: 700;
}
#navMain li.submenu>a:after, #navMain li.submenu>strong:after {
  content: "\f107";
  font-family: 'FontAwesome';
  padding-left: 8px;
}
#navMain ul.level_2, #navMain ul.level_3 {
  position: absolute;
  z-index: 25;
  display: none;
}
#navMain li:hover ul.level_2, #navMain a:hover ul.level_2, #navMain ul.level_2:hover {
  display: block;
}
#navMain .level_2 li {
  float: none;
  border-right: 0;
}
#navMain .level_2 a, #navMain .level_2 strong {
  line-height: 45px;
  background-color: #fff;
  margin-top: 1px;
  text-align: left;
  text-align: left;
}
#navMain .level_2 a:hover, #navMain .level_2 strong, #navMain .level_2 li:hover>a, #navMain .level_2 li:hover>strong {
  background-color: #eaeaea;
  color: #000;
}
#navMain .level_2 li.submenu>a:after, #navMain .level_2 li.submenu>strong:after {
  content: "\f105";
}
#navMain ul.level_3 {
  margin-top: -46px;
  left: 100%;
  margin-left: 1px;
  margin-bottom: 0;
  max-height: 75vh;
  /* Fallback */
  max-height: calc(var(--vh, 1vh) * 100 - 196px);
  overflow-y: auto;
}
#navMain li.dienste>ul.level_3 {
  top: 0;
  margin-top: 0;
  max-height: calc(var(--vh, 1vh) * 100 - 148px);
}
#navMain .level_2 li:hover ul.level_3, #navMain .level_2 a:hover ul.level_3, #navMain .level_2 ul.level_3:hover {
  display: block;
}
.referenzkunden table {
  border: 1px solid #efefef;
  width: 100%;
}
.referenzkunden table td {
  padding: 0px 0px 0px 30px;
}
.referenzkunden table td:before {
  font-family: FontAwesome;
  content: "\f111";
  padding-right: 10px;
  font-size: 0.6em;
  color: #f57c11;
  vertical-align: 2px;
}
.referenzkunden table tr.first td {
  padding-top: 20px!important;
}
.referenzkunden table tr.last td {
  padding-bottom: 20px!important;
}
.galHover .image_container {
  width: auto!important;
  margin: 0px 10px 0px 0!important;
  opacity: .55;
}
.galHover .image_container img {
  width: 85px;
}
#slidingArea .navService {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  z-index: 20;
}
#slidingArea .navService ul {
  text-align: center;
  background: transparent url(https://files.security-berlin.de/files/security-berlin_theme/images/bg_navService.png) top left repeat;
}
#slidingArea .navService li {
  display: inline-block;
  border-right: 2px solid #7f7f7f;
}
#slidingArea .navService li.first {
  border-left: 2px solid #7f7f7f;
}
#slidingArea .navService a, #slidingArea .navService strong {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 86px;
  font-size: 18px;
  padding: 0 20px;
}
#slidingArea .navService a:hover, #slidingArea .navService a.trail, #slidingArea .navService strong {
  color: #f57c11;
}
#navMobileTrigger {
  justify-content: flex-end;
  align-items: center;
  font-size: 24px;
  line-height: 2em;
  text-align: center;
  color: #f57c11;
  text-decoration: none;
  height: 100%;
  padding: 0 10px 0 0;
}
#navMobileTrigger > div {
  width: 80px;
}
.mobile_menu_trigger:hover {
  cursor: pointer;
}
.mobile_menu .inner {
  background-color: #fff;
}
.mobile_menu ul {
  margin-bottom: 0;
}
.mobile_menu li {
  list-style-type: none;
  border-bottom: 1px solid #cbcbcb;
}
.mobile_menu li.inner, .mobile_menu .inner a {
  overflow: visible;
}
.mobile_menu .submenu li.last {
  border-bottom: 0;
}
.mobile_menu .submenu li.first {
  border-top: 1px solid #cbcbcb;
}
.mobile_menu a, .mobile_menu strong {
  display: block;
  color: #666;
  padding: 5px 15px;
  text-decoration: none;
}
.mobile_menu .submenu_hide>a:before, .mobile_menu .submenu_hide>strong:before {
  display: inline-block;
  content: "+";
  width: 20px;
}
.mobile_menu .submenu_show>a:before, .mobile_menu .submenu_show>strong:before {
  display: inline-block;
  content: "-";
  width: 20px;
}
.mobile_menu a:hover, .mobile_menu a.trail, .mobile_menu strong {
  background-color: #ececec;
  color: #f57c11;
}
.mobile_menu strong {
  font-weight: bold;
}
.mobile_menu .level_2 a, .mobile_menu .level_2 strong {
  padding-left: 35px;
}
.mobile_menu .level_3 a, ..mobile_menu .level_3 strong {
  padding-left: 55px;
}
.mobile_menu .versteckt {
  display: none;
}
.swiper-container .ce_text {
  position: relative;
}
.swiper-container p {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 42px;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}
.swiper-container p:first-of-type {
  top: 10%
}
.swiper-container p:last-of-type {
  top: 32%
}
.swiper-container a {
  display: inline-block;
  width: 347px;
  height: 69px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #fff;
  background-position: 0 -150px;
}
.swiper-container a:hover {
  background-position: 0 -219px;
}
#slider img {
  width: 100%;
}
.ce_swiperStart {
  max-height: 805px;
}
.anfrage-button {
  width: 347px;
  height: 69px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 1px;
  content: " ";
  display: block;
  background-size: 347px 138px;
}
.anfrage-button a:hover, #anfrage-button a.trail, #anfrage-button .active {
  background-position: right 1px;
}
#contactArea {
  background-color: #eaeaea;
  padding-top: 24px;
  margin-top: 80px!important;
}
#sitemapArea {
  padding: 96px 0 72px;
}
.home #sitemapArea {
  padding: 27px 0 72px;
}
#sitemapArea .fuenftel_spalte {
  padding: 0 2px;
}
#sitemapArea a {
  color: #000;
  text-decoration: none;
}
#sitemapArea a:hover {
  color: #f57c11;
}
#sitemapArea p {
  margin: 12px 0;
}
#sitemapArea p a {
  font-size: 16px;
}
.kunden #main .ce_gallery .image_container {
  width: 220px;
  margin: 20px 60px 20px 0;
  opacity: .55;
}
.ce_gallery {
  margin-bottom: 50px;
}
.kunden #main .ce_gallery .image_container:hover {
  opacity: .75;
}
.kunden .ce_gallery li.col_first {
  clear: none;
}
.galHover.ce_gallery ul {
  padding-top: 10px;
}
.galHover.ce_gallery a {
  display: table-cell;
  vertical-align: middle;
  height: 85px;
}
.galHover.ce_gallery .hover, .galHover.ce_gallery a:hover .normal {
  display: none;
}
.galHover.ce_gallery a:hover .hover, .galHover.ce_gallery .normal {
  display: block;
}
.galHover.ce_gallery img {
  padding-left: 10px;
}
.galHover.ce_gallery .row_0.col_0 img {
  padding-left: 0;
}

/* Siegel Footer*/

#footer .ce_gallery {
  margin-bottom: 15px;
}
.siegelfooter img {
  width: 85px!important;
  height: 123px;
  margin-right: 15px;
  opacity: .55;
}
.grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#footer {
  background: #ddd url(https://files.security-berlin.de/files/security-berlin_theme/images/bg_footer.gif) bottom left repeat-x;
  padding: 20px 0 6px;
}
#footer p, #footer a, #footer span {
  text-decoration: none;
}
#footer a:hover {
  color: #f57c11;
}
#copyright, #webdesign {
  line-height: 50px;
}
#footer .navAll ul, #footer .ce_text.last p:last-child {
  margin-bottom: 36px;
}
#footer .navAll a, #footer .navAll strong {
  line-height: 36px;
}
#footer .bottom {
  padding-top: 12px;
}
.volle_breite, .halbe_spalte, .drittel_spalte, .zweidrittel_spalte, .viertel_spalte, .dreiviertal_spalte, .fuenftel_spalte, .sechstel_spalte, .ce_optin_fallback {
  box-sizing: border-box;
  padding: 0 20px;
}
.size2 h2.eins {
  padding-left: 23px!important;
}
.elastic-video-imagevideo {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.elastic-video-imagevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.halbe_spalte, .drittel_spalte, .zweidrittel_spalte, .viertel_spalte, .dreiviertal_spalte, .fuenftel_spalte, .sechstel_spalte {
  float: left;
}
.halbe_spalte {
  width: 50%
}
.drittel_spalte {
  width: 33.33%
}
.zweidrittel_spalte {
  width: 66.67%
}
.viertel_spalte {
  width: 25%
}
.dreiviertal_spalte {
  width: 75%
}
.fuenftel_spalte {
  width: 20%
}
.sechstel_spalte {
  width: 16.66%
}
.clear_spalten {
  height: 24px;
}
.halbe_spalte img {
  float: right;
}

#main .checkliste {
	margin-top: 30px;
}

@media all and (max-width: 767px) {
#main .checkliste {
	
	margin-top: -30px!important;
	margin-bottom: 0!important;
}
#main .checkliste li {
	padding-top: 0px;
	line-height: 22px;
	min-height: 22px!important;
}

#main .inside {
	padding-bottom: 0!important;
}

}

#main .checkliste li {
  font-size: 18px;
  line-height: 72px;
  padding-left: 64px;
  background-position: 0px 23px;
}
#main .checkliste li:before {
  content: ""
}
label {
  display: none;
}
input.text, textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  padding: 18px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
textarea {
  height: 211px;
  margin-bottom: 12px;
}
input.text:focus, textarea:focus {
  background-color: #fff;
}
.widget-submit {
  text-align: right;
  padding-bottom: 24px;
}
button {
  background-color: #787878;
  color: #fff;
  border: 1px solid #b3b3b3;
  padding: 9px 18px;
  font-weight: 700;
}
button:hover {
  color: #f57c11;
  background-color: #fff;
  cursor: pointer;
}
form#f2 label {
  display: none;
}
form#f2 input.text, form#f2 textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  padding: 18px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
form#f2 textarea {
  height: 211px;
  margin-bottom: 12px;
}
form#f2 input.text:focus, form#f2 textarea:focus {
  background-color: #fff;
}
form#f2 .widget-submit {
  text-align: right;
  padding-bottom: 24px;
}
form#f2 button {
  background-color: #787878;
  color: #fff;
  border: 1px solid #b3b3b3;
  padding: 9px 18px;
  font-weight: 700;
}
form#f2 button:hover {
  color: #f57c11;
  background-color: #fff;
  cursor: pointer;
}
form#f3 label {
  display: none;
}
form#f3 input.text, form#f3 textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  padding: 18px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
form#f3 textarea {
  height: 211px;
  margin-bottom: 12px;
}
form#f3 input.text:focus, form#f3 textarea:focus {
  background-color: #fff;
}
form#f3 .widget-submit {
  text-align: right;
  padding-bottom: 24px;
}
form#f3 button {
  background-color: #787878;
  color: #fff;
  border: 1px solid #b3b3b3;
  padding: 9px 18px;
  font-weight: 700;
}
form#f3 button:hover {
  color: #f57c11;
  background-color: #fff;
  cursor: pointer;
}
.ansprechpartner img {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (max-width: 1500px) {
  #slidingArea .navService {
    top: 58%
  }
}
@media all and (max-width: 1379px) {
  #navMain .level_1>li {
    flex-grow: 1;
  }
  #navMain .level_1>li>* {
    padding: 0;
  }
  #navMain .level_1>li:nth-child(1), #navMain .level_1>li:nth-child(2) {
    width: auto;
  }
}
@media all and (max-width: 1300px) {
  .swiper-container p {
    top: 60px;
  }
}
@media all and (max-width: 1200px) {
  .referenzkunden {
    width: 95%!important;
    margin: 0 auto;
  }
  .kunden #main .ce_gallery .image_container {
    margin: 20px 60px 20px 31px;
    opacity: 0.55;
    width: 265px;
  }
}
@media all and (max-width: 1160px) {
  .kunden #main .ce_gallery .image_container {
    margin: 20px 60px 20px 31px;
    opacity: 0.55;
    width: 235px!important;
  }
}
@media all and (max-width: 800px) {
  .kunden #main .ce_gallery .image_container {
    margin: 20px 60px 20px 31px;
    opacity: 0.55;
    width: 165px!important;
  }
}
@media all and (max-width: 1160px) {
  #slidingArea .navService {
    display: none;
  }
  .swiper-container p:last-of-type {
    top: 40%
  }
  .ce_hyperlink {
    margin-bottom: 36px;
    position: relative;
    top: -24px;
    padding-left: 20px;
  }
  #sitemapArea .ce_headline {
    padding-left: 20px;
  }
}
@media all and (max-width: 959px) {
  #navMain {
    display: none;
  }
  #navMobileTrigger {
    display: flex;
  }
  #socials, #broschuere {
    left: 0px;
  }
  .swiper-container p:last-of-type {
    top: 95px;
  }
  .swiper-container p:first-of-type {
    font-size: 28px;
    top: 15px;
  }
  #main .checkliste li {
    font-size: 20px;
  }
}
@media all and (max-width:767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 28px;
    line-height: 1.25em;
  }
  #socials {
    margin-left: 280px;
  }
  .swiper-container p {
    font-size: 24px;
    display: none;
  }
  .swiper-container p:last-of-type {
    display: none;
  }
  #fading {
    height: 104px;
  }
  #main {
    margin-top: -104px;
  }
  .halbe_spalte, .drittel_spalte, .zweidrittel_spalte, .viertel_spalte, .dreiviertal_spalte, .fuenftel_spalte, .sechstel_spalte {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #sitemapArea .fuenftel_spalte {
    padding: 0 20px;
  }
  .mob_halbe_spalte {
    width: 50%;
    float: left;
  }
  .mob_clear {
    clear: left;
    padding-right: 20px!important;
  }
  .ce_hyperlink {
    top: 0;
  }
#footer p {
	margin-bottom: 0;
}
#footer .bottom {
	padding-top: 0;
}



}
@media all and (max-width:640px) {
  .referenzkunden table td {
    float: left;
    padding: 0 0 0 30px;
    width: 100%;
  }
  .referenzkunden table tr.first td {
    padding-top: 0px !important;
  }
  .referenzkunden table tr.last td {
    padding-bottom: 0!important;
  }
  .kunden #main .ce_gallery .image_container {
    margin: 20px 60px 20px 20px;
    opacity: 0.55;
    width: 240px!important;
  }
  #broschuere {
    display: none!important;
  }
  #hotline {
    border-right: 0;
    margin: 0 auto;
  }
  #hotline  p {
  	margin-left: 75px;
  }
}
@media all and (max-width:500px) {
  .referenzkunden table td {
    float: left;
    padding: 0 0 0 30px;
    width: 90%;
  }
  #socials a {
    width: 60px;
  }
  .swiper-container p {
    top: 10px;
  }
  #fading {
    height: 52px;
  }
  #main {
    margin-top: -52px;
  }
  #main .checkliste li {
    padding-top: 18px;
    line-height: 28px;
    min-height: 72px;
  }
  #header #logoContainer {
    width: 60%;
    margin: 0;
  }
  #logo {
    width: auto;
  }
  #logo a {
    line-height: 88px;
    display: block;
  }
  .mobile_menu {
    width: 80% !important;
  }
  #header #logoContainer {
    width: 100%;
  }
  #logo {
    margin-left: 20px;
    margin-right: 120px;
  }
  #hotline p {
    
  }
}
@media all and (max-width:400px) {
  #socials {
    display: none;
  }
  #fading {
    height: 0;
  }
  #main {
    margin-top: 0;
  }
  .mob_halbe_spalte {
    width: 100%;
    float: none;
  }
}
@media all and (max-width:364px) {
  .referenzkunden table td {
    float: left;
    padding: 0 0 0 20px;
    width: 90%;
  }
}
