body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
k/* RESET */
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:0}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:16px}
/* LAYOUT */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
:root {
  --pink:#fe0aff;
  --schwarz:#1c1d26;
  --grau:#33313b;
  --rot:#fa212f;
  --blaugrau:#0C4C7D /*#58a4bb;*/
}
@font-face{font-family:'Roboto';font-weight:100;src:url('/files/fonts/roboto-v30-latin-100.woff2') format('woff2'), url('/files/fonts/roboto-v30-latin-100.ttf') format('truetype');font-display:swap}
@font-face{font-family:'Roboto';font-weight:300;src:url('/files/fonts/roboto-v30-latin-300.woff2') format('woff2'), url('/files/fonts/roboto-v30-latin-300.ttf') format('truetype');font-display:swap}
@font-face{font-family:'Roboto';font-weight:400;src:url('/files/fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('/files/fonts/roboto-v30-latin-regular.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Audiowide';font-weight:400;src:url('/files/fonts/audiowide-regular.woff2') format('woff2'), url('/files/fonts/audiowide-regular.ttf') format('truetype');font-display:swap;}

*,
*:after,
*:before {
  box-sizing:inherit;
}
html, body {
	height:100%;
}
html {
  box-sizing:border-box;
  scroll-behavior:smooth;
  /*scroll-padding-top:250px;*/
}
body {
	font-family:"Roboto",Helvetica,sans-serif;
	font-size:13pt;
	line-height:1.75em;
	font-weight:100;
	color:rgba(255,255,255,.75);
	background-color:#272833;
}
::placeholder {
  color:#000;
  opacity:1;
}
:-ms-input-placeholder { 
  color:#000;
}
::-ms-input-placeholder {
  color:#000;
}
strong {
	font-weight:600;
}
.center {
	text-align:center;
}
.small {
	font-size:.8em;
}
a {
	-moz-transition:color 0.2s ease-in-out;
	-webkit-transition:color 0.2s ease-in-out;
	-ms-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
	text-decoration:none;
	border-bottom:dotted 1px;
	color:rgba(255,255,255,1);
}
a:hover {
	color:rgba(255,255,255,.7)
}
h1, h2, h3, h4 {
	font-weight:300;
}
h1 {
	font-size:2em;
	line-height:1.2em;
	margin-bottom:40px;
	letter-spacing:-.025em;
}
h2 {
	font-size:1.75em;
	line-height:1.15em;
	margin-bottom:20px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:1.1em;
}
.grau {
	background-color:var(--grau);
	color:#fff;
}
.bg {
	background-color:var(--blaugrau);
	color:#fff;
	padding:50px 0;
	margin-top:50px;
}
p.border {
	padding:25px !important;
	border:1px solid var(--blaugrau);
	margin:0;
}
.abstand {
	margin-top:50px;
}
.header {
	margin-bottom:2em;
}
.header:after {
	background:var(--pink);
	content:'';
	display:inline-block;
	height:.2em;
	max-width:20em;
	width:75%;
}
#kontakt .header:after {
	background:#fff;
	text-align:center;
}

header {
	left:0;
	margin:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9;
	background:transparent;
	line-height:3.5em;
	height:3.5em;
	z-index:99;
}
header a {
	text-decoration:none;
	color:#000;
}
header a:hover {
	color:var(--pink);
}
.logo {
	position:absolute;
	top:0;
	left:1em;
}
.logo img {
	width:200px;
	margin:10px 10px 10px 0;
	vertical-align:middle;
}
.go-next {
	background-image:url("/files/icons/arrow.svg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:block;
	height:1.5em;
	left:50%;
	margin:-0.75em 0 0 -1em;
	position:absolute;
	bottom:2%;
	width:2em;
	z-index:1;
	border-bottom:none;
}

/* NAVIGATION */
nav ul {
	width:100%;
	text-align:center;
}
nav ul li {
	border-bottom:1px solid #7c7c7c;
	max-width:75%;
	margin:0 auto;
}
nav a {
	color:rgba(255,255,255,.25);
	border-bottom:0;
}
nav a:hover {
	color:var(--pink);
}
.menu li a:hover, .mm a:hover, .menu .active, span.active, .mm:hover {
	color:var(--pink);
	font-weight:normal;
}

#mm-box {
    position:fixed;
    left:0;
    width:100%;
    height:100%;
    padding:60px 40px;
    transform:translateY(-104%);
    transition:transform 250ms ease-in-out;
    color:#fff;
    background-color:rgba(0,0,0,.7);
}
#mm-box:focus-within nav {
	transform:translateX(0);
}
#mm-box ul {
    margin:0 auto;
    padding:0;
}
#mm-box a, #mm-box li.active {
	color:rgba(255,255,255,.75);
	cursor:pointer;
    text-decoration:none;
    font-weight:600;
    font-size:1.5em;
    line-height:3.5em;
    transition:color .3s ease-in-out;
}
#mm-box a:hover {
	color:var(--pink);
}
#mm-box img {
	float:right;
}
#mm-box ul ul {
	margin-left:40px;
}
input[type="checkbox"]:checked ~ #mm-box {
    transform:translateY(0);
}
input[type=checkbox] {
    transition:all 0.3s;
    box-sizing:border-box;
    display:none;
}
.mm-toggle {
    box-sizing:border-box;
    cursor:pointer;
    position:absolute;
    z-index:99;
    top:.5em;
    right:2em;
    transition:color .3s;
}
.mm-toggle:hover {
	color:var(--pink);
}

.mod_article > .container {
	margin-top:130px;
}
.animated {
    animation-duration:5s;
    animation-fill-mode:both;
    -webkit-animation-duration:5s;
    -webkit-animation-fill-mode:both;
}
.fadeIn {
    opacity:0;
    animation-name:fadeIn;
    -webkit-animation-name:fadeIn;
}
/* ANIMATION */
@keyframes fadeIn {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1
    }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
@keyframes pop {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.1,1.1);
	}
	100% {
		transform: scale(1,1);
	}
}
@-webkit-keyframes pop {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.1,1.1);
	}
	100% {
		transform: scale(1,1);
	}
}

#home {
	background-attachment:fixed;
	background-color:#272833;
	background-position:center center;
	background-size:cover;
	box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height:100vh;
	position:relative;
	text-align:center;
	z-index:21;
}
#home .content-text {
	width:100%;
	height:100vh;
	padding:6em;
	position:absolute;
	text-align:right;
	z-index:1;
	display:flex;
	justify-content:center;
	align-items:center;
}
#home img {
	max-width:250px;
	margin-right:-10px;
}
#home .rte {
	font-size:1.25em;
}
#home h1, #home h2 {
	font-family:'Audiowide';
}
#home h1 {
	font-size:1.5em;
}
#home h2 {
	text-transform:uppercase;
	font-size:2.5em;
	line-height:.6em;
}
#home h2 span {
	color:var(--pink);
	font-size:.7em;
}
#damals-heute {
	background-position:center 20px;
	background-image:url("/files/pics/glasatec-sandstrahlen.jpg");
}
#lager {
	background-image:url("/files/pics/glasatec-lagerflaeche.jpg");
}
#ref {
	background-position:center -80px;
	background-image:url("/files/pics/sandstrahlen-ueberarbeitete-oberflaeche.jpg");
}
#ref-2 {
	background-position:center -80px;
	background-image:url("/files/pics/pulverbeschichtung-schopfheim.jpg");
}
#schuettgut {
	background-position:center -80px;
	background-image:url("/files/pics/schuettgut-sandstrahltechnik.jpg");
}
.row.low-padding {
	padding-top:0 !important;
}
.spotlight {
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	box-shadow:0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	height:100vh;
	overflow:hidden;
	position:relative;
}
.spotlight:before {
	background-image:url("/files/layout/overlay.png");
	content:'';
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.spotlight .content {
	position:absolute;
	-moz-transition:-moz-transform 1s ease, opacity 1s ease;
	-webkit-transition:-webkit-transform 1s ease, opacity 1s ease;
	-ms-transition:-ms-transform 1s ease, opacity 1s ease;
	transition:transform 1s ease, opacity 1s ease;
	background:rgba(23, 24, 32, 0.95);
	opacity:0;
}
.spotlight.bottom {
	left:0;
}
.spotlight.bottom .content {
	border-top:.35em solid var(--pink);
	-moz-transform: translate(0,5em);
	-webkit-transform: translate(0,5em);
	-ms-transform: translate(0,5em);
	transform: translate(0,5em);
	bottom:0;
	width:100%;
}
.spotlight.right .content, .spotlight.left .content {
	padding:3em 1.5em;
	bottom:0;
	width:100%;
}
.spotlight.right .content {
	border-left:.35em solid var(--pink);
	-moz-transform: translate(5em,0);
	-webkit-transform: translate(5em,0);
	-ms-transform: translate(5em,0);
	transform: translate(5em,0);
	right:0;
}
.spotlight.left .content {
	border-right:.35em solid var(--pink);
	-moz-transform: translate(-5em,0);
	-webkit-transform: translate(-5em,0);
	-ms-transform: translate(-5em,0);
	transform: translate(-5em,0);
	left:0;
}
.spotlight .show ~ .content {
	-moz-transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	opacity:1;
}
.spotlight.bottom .content .row {
	padding:5em 0 3em 0;
}
.spotlight.right .content .row, .spotlight.left .content .row {
	padding:0;
	font-size:1.2em;
}
#leistungen {
	padding:6em 0 4em 0;
	background-color:var(--schwarz);
}
#leistungen figure {
	background:#272833;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    height:6em;
    line-height:5.65em;
    margin:2em auto;
    width:6em;
}
#leistungen figure img {
	padding:15px;
}
#leistungen figure:hover {
	animation:pop .3s 2;
}
#kontakt {
	background:var(--pink);
	padding:6em 0 4em;
	color:#fff;
}
label {
	font-weight:400;
	padding-left:0 !important;
}
#kontakt .col-33 p {
	margin-bottom:40px;
}


.button {
	background-color:transparent;
    border-radius:4px;
    border:0;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-weight:300;
    height:3em;
    line-height:3em;
    padding:0 2.25em;
    margin-top:3em;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    -moz-transition:color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition:color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition:color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.button a {
	color:#fff;
	font-size:14px;
	line-height:19px;
}

.button:hover {
	box-shadow:inset 0 0 0 1px var(--pink);
	color:var(--pink);
}

.ce_text ul {
	list-style:disc;
	margin:0 0 2em 0;
	padding-left:1em;
}
.ce_text ul li {
	padding-left:.5em;
}

#main .container ul {
	margin-left:50px;
}
#main .container ul li {
	list-style-type:disc;
}

footer {
	padding:6em 0 4em;
	background:#272833;
}
footer p {
	margin-bottom:0;
}
footer ul li {
	display:inline-block;
	padding:0 1em;
}
footer strong {
	color:#fff;
}

.copy {
	margin-top:30px;
	padding:10px 0;
	width:100%;
	font-size:.85em;
}
.border {
	border-top:solid 1px rgba(212, 212, 255, 0.1);
	padding-top:4em !important;
}


/* FORMULAR */
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background:rgba(212, 212, 212, 0.5);
	border:none;
	border-radius:4px;
	color:#fff;
	display:block;
	outline:0;
	padding:0 1em;
	text-decoration:none;
	width:100%;
}
input[type="text"], input[type="email"], input[type="tel"] {
	height:2.75em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color: #fff;
	box-shadow: 0 0 0 1px #fff;
}
textarea {
	height:12em;
	padding:1em;
}
.widget-textarea {
	margin-top:1em;
}
.ce_form .widget {
	margin-bottom:15px;
}
.cb {
	font-size:.9em;
}
button[type="submit"] {
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #fff;
	color:var(--pink);
	border:0;
	border-radius:4px;
	box-shadow:inset 0 0 0 1px #ffffff;
	cursor:pointer;
	display:inline-block;
	font-weight:300;
	height:3em;
	line-height:3em;
	padding:0 2.25em;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	margin:1em 0;
}
button[type="submit"]:hover {
	background-color:transparent;
	box-shadow:inset 0 0 0 1px #fff;
	color:#fff;
}

/* GRID */
.container {
	margin:0 auto;
	max-width:90em /*1440px*/;
	padding:0 2rem;
	position:relative;
	width:100%;
}
header .row {
	flex-direction:row;
}
header .row .col {
	display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
.row {
  display:flex;
  flex-direction:column;
  padding:0;
  width:100%;
}
.row.row-no-padding {
  padding:0;
}
.row.row-no-padding > .col {
  padding:0;
}
.row.row-wrap {
  flex-wrap:wrap;
}
.row.row-top {
  align-items:flex-start;
}
.row.row-bottom {
  align-items:flex-end;
}
.row.row-center {
  align-items:center;
}
.row.row-stretch {
  align-items:stretch;
}
.row.row-baseline {
  align-items:baseline;
}

.row .col .col-top {
  align-self:flex-start;
}
.row .col .col-bottom {
  align-self:flex-end;
}
.row .col .col-center {
  align-self:center;
}
@media (min-width:595px) and (max-width:979px) {
	h1 {
		font-size:2.25em;
		line-height:1.2em;
	}
	h2 {
		font-size:2em;
	}
	h3, .h3 {
		font-size:24px;
	}
	h4, h4 {
		font-size:1.4em;
	}
}
@media (min-width:980px) {
  h1 {
  	font-size:2.25em;
  }
  h2 {
  	font-size:2em;
  }
  #home h1 {
  	font-size:2em;
  }
  #home h2 {
  	font-size:3.5em;
  }
  .spotlight.right .content .row, .spotlight.left .content .row {
	padding:8em 0 3em 0;
}
  .spotlight.right .content, .spotlight.left .content {
	height:101%;
	padding:6em 3em;
	top:0;
	width:28em;
  }
  h3, .h3 {
  	font-size:26px;
  }
  .row {
    flex-direction:row;
    margin-left:-1.0rem;
    width:calc(100% + 2.0rem);
  }
  .row .col {
    margin-bottom:inherit;
    padding:0 1.0rem;
  }
	.row .col {
	  display:block;
	  flex:1 1 auto;
	  margin-left:0;
	  max-width:100%;
	  width:100%;
	}
	.row .col.col-10 {
	  flex:0 0 10%;
	  max-width:10%;
	}
	.row .col.col-20 {
	  flex:0 0 20%;
	  max-width:20%;
	}
	.row .col.col-25 {
	  flex:0 0 25%;
	  max-width:25%;
	}
	.row .col.col-33, .row .col.col-34 {
	  flex:0 0 33.3333%;
	  max-width:33.3333%;
	}
	.row .col.col-40 {
	  flex:0 0 40%;
	  max-width:40%;
	}
	.row .col.col-50 {
	  flex:0 0 50%;
	  max-width:50%;
	}
	.row .col.col-60 {
	  flex:0 0 60%;
	  max-width:60%;
	}
	.row .col.col-66, .row .col.col-67 {
	  flex:0 0 66.6666%;
	  max-width:66.6666%;
	}
	.row .col.col-75 {
	  flex:0 0 75%;
	  max-width:75%;
	}
	.row .col.col-80 {
	  flex:0 0 80%;
	  max-width:80%;
	}
	.row .col.col-90 {
	  flex:0 0 90%;
	  max-width:90%;
	}
	.row .col.col-offset-5 {
	  margin-left:5%;
	}
	.row .col.col-offset-10 {
	  margin-left:10%;
	}
	.row .col.col-offset-175 {
	  margin-left:17.5%;
	}
	.row .col.col-offset-20 {
	  margin-left:20%;
	}
	.row .col.col-offset-25 {
	  margin-left:25%;
	}
	.row .col.col-offset-33, .row .col.col-offset-34 {
	  margin-left:33.3333%;
	}
	.row .col.col-offset-40 {
	  margin-left:40%;
	}
	.row .col.col-offset-50 {
	  margin-left:50%;
	}
	.row .col.col-offset-60 {
	  margin-left:60%;
	}
	.row .col.col-offset-66, .row .col.col-offset-67 {
	  margin-left:66.6666%;
	}
	.row .col.col-offset-75 {
	  margin-left:75%;
	}
	.row .col.col-offset-80 {
	  margin-left:80%;
	}
	.row .col.col-offset-90 {
	  margin-left:90%;
	}
	.nm {
		opacity:1;
		visibility:visible;
		display:block !important;
	}
	.menu ul {
		float:right;
		margin:7px 0 0;
	}
	.menu li {
		display:inline-block;
		padding:10px 20px;
		position:relative;
	}
	.menu ul ul {
		display:none;
		position:absolute;
		z-index:99;
		background-color:#fff;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
		box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
		width:225px;
		padding:0 10px;
	}
	.submenu:hover ul {
		display:block;
	}
	.submenu li {
		position:unset;
	}
	.menu ul ul li {
		border-bottom:1px solid rgba(0,0,0,.4);
		width:100%;
	}
	.menu ul ul li:last-child {
		border-bottom:0;
	}
	.menu ul ul li a, .menu ul ul li .active {
		font-weight:400;
	}
}
