@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spinnaker&display=swap');

* { box-sizing: border-box; }

html {scroll-behavior: smooth;}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape)
{
  html
  {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
	overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(12.5px,0.95vw,1.1vw);
	letter-spacing: 1px;
	background:#F5F5F5;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
hr
{
	width:100%;
}
@keyframes opacity
{
	from {opacity:0;}
	to {opacity:1;}
}
.quarter
{
	width:99.99999%;
	float:left;
}
@media only screen and (min-width:601px)
{
	
}
@media only screen and (min-width:993px)
{
	
}
@media screen and (min-width: 320px) and (max-width: 767px)
{
	.head{ display:none!important; }
	.middle{ display: none; }
	.dot_container{ display:none; }
	.dot_container_alter{ display:block; }
	#works h1, #contact h1, #reference h1{ text-shadow:none!important; }
	.slideshow{ margin-top: 50px; height:55vw!important;}
	.intro_container{ display:none!important; }
	.alter_intro_container{ display:block!important; }
	.works_container{ width:100vw!important; border:none!important;}
	.work_slide{ width:50%!important; }
	.zero{ display:none; }
	.reference_row{ width:100vw!important; border:none!important; }
	.reference_column{ -ms-flex: 100%; flex: 100%; width: 100vw!important; }
	.contact_container{ width:100vw!important; border:none!important; }
	.contact_main_div{ width:85%!important; }
	.contact_div{ width:100%!important; height:30px; }
	.contact_div img{ width:25px!important; height:25px!important; float:left!important; margin:0!important; }
	#link{ width:100vw!important; }
	.link_container{ width:100vw!important; }
	.footer{ display:none; }
	.foot_container{ width:100vw!important; }
	.modal{ margin-top:15%!important; }
	.modal_gallery{ margin-top:8%!important; }
}
@media screen and (max-width: 600px)
{ 
   
}
@media screen and (min-width: 768px)
{
	.dot_container_alter{ display:none; }
}
@media screen and (max-width: 992px)
{
	.head{ display:none; }
	.dot{ width:75px!important; height:75px!important; }
	.contact_main_div{ width:85%!important; }
	.contact_div img{ width:20px!important; height:20px!important; }
}
@media screen and (max-width: 1024px)
{
	
}
@media screen and (min-width: 1280px) and (max-width: 1366px)
{
	
}
@media screen and (max-width: 1140px)
{ 
   
}
@media screen and (max-width: 1679px)
{
	
}
.page
{
	position:absolute;
	z-index:3;
	top:0;
	width:100%;
}
.on_the_top
{
	position:fixed;
	bottom:10%;
	right:0%;
	z-index:100;
	cursor:pointer;
	opacity:0;
}
.on_the_top img
{
	width:40px;
	height:40px;
}
.top_1
{
	float:left;
	transition: 0.3s;
	opacity:0.8;
	width:45px;
	height:45px;
	border:1px solid #FDC72E;
	background:white;
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.top:HOVER .top_1
{
	opacity:1;
	content:url(../images/arrow_up_white.png);
	background:#FDC72E;
	border:1px solid white;
}
.on_the_top_show
{
	animation-name: opacity;
	animation-duration: 3s;
	opacity:0.8;
}
.middle
{
	position:fixed;
	width:375px;
	bottom:53%;
	right:0%;
	z-index:3;
	cursor:pointer;
	letter-spacing:0;
}
.middle_1, .middle_2
{
	width:375px;
	height:45px;
	position:absolute;
	text-align:center;
	background:white;
	right:-325px;
	transition: right 1s ease;
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	font-size: clamp(15px, calc(0.9375rem + ((1vw - 7.68px) * 0.434)), 20px);
	border-left:1px solid #FDC72E;
	border-bottom:1px solid #FDC72E;
	border-top:1px solid #FDC72E;
}
.middle_2
{
	top:50px;
}
.middle_1 img, .middle_2 img
{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}
.middle_1 div, .middle_2 div
{
	padding:10px;
}
.middle_1:HOVER
{
	right:0;
}
.middle_2:HOVER
{
	right:0;
}
.cookie_text
{
	float:letf;
}
.cookie_close
{
	text-align:left;
	padding-left:5px;
	width:100%;
	cursor:pointer;
	transition: color 2s;
}
.cookie_close:HOVER
{
	color:#3AC4DC;
}
.cookie_link
{
	text-decoration:underline;
	cursor:pointer;
}
.cookie_link:HOVER
{
	color:silver;
}
.aszf
{
	display:none;
}
.aszf_text
{
	background:#f0f0f0;
	text-align:justify;
	text-justify:inter-word;
	padding:15px;
}
.modal
{
	display: none;
	position: fixed;
	top:0;
	left:0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}
.modal_content
{
	margin: auto;
	display: block;
	width: 50%;
	margin-top:100px;
}
.modal_close
{
	padding:10px;
	color: #f1f1f1;
	float:right;
	margin-right:25px;
	font-size: 75px;
	font-weight: bold;
	transition: 0.3s;
}
.modal_close:hover, .modal_close:focus
{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (max-width: 700px)
{
	.modal-content
	{
		width: 100%;
	}
}
.modal_gallery
{
	display: none;
	position: fixed;
	z-index: 3;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}
.gallery
{
	position: relative;
	padding: 0;
	margin:0 auto;
	width: 75%;
}
/* ------------------------------------------------------------*/
.mySlides
{
	display: none;
}
.mySlides img
{
	vertical-align: middle;
}
.slideshow
{
	width:100vw;
	height:100vh;
	background:#F5F5F5;
}
.slideshow-container
{
	position: relative;
	margin:0 auto;
	top:-15px;
}
.text
{
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.numbertext 
{
	font-size: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.25)), 35px);
	padding: 8px 12px;
	position: absolute;
	top: 25px;
	font-weight:bold;
	width:100%;
	color: white;
	background-color: rgba(255, 255, 255, .15);  
	backdrop-filter: blur(5px);
	text-shadow: 5px 5px 5px black;
	-webkit-animation-name: text-shadow;
	-webkit-animation-duration: 1.5s;
	animation-name: text-shadow;
	animation-duration: 1.5s;
}
@-webkit-keyframes text-shadow 
{
	from {text-shadow: 0px 0px 0px black} 
	to {text-shadow: 5px 5px 5px black}
}
@keyframes text-shadow
{
	from {text-shadow: 0px 0px 0px black} 
	to {text-shadow: 5px 5px 5px black}
}
.dot_container
{
	position:relative;
	left:15px;
	margin-top:-50%;
}
.dot_container_alter
{
	position:relative;
	margin-top:-5%;
	text-align:center;
}
.alter_dot
{
	height: 10px;
	width: 10px;
	margin-left:5px;
	display: inline-block;
	/*transition: background-color 0.6s ease;*/
	cursor:pointer;
	background:gold;
	border-radius:15%;	
}
.dot
{
	height: 100px;
	width: 100px;
	display: inline-block;
	transition: background-color 0.6s ease;
	cursor:pointer;
	border:1.75px solid white;
	overflow:hidden;
	background-size:100px 100px;
	box-shadow:2px 2px 2px black;
}
.dot:hover
{
	transform: scale(1.03);
}
.actives
{
	border:1.75px solid #FDC72E;
}
.alter_actives
{
	background:white;
}
.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade 
{
	from {opacity: .4} 
	to {opacity: 1}
}
@keyframes fade
{
	from {opacity: .4} 
	to {opacity: 1}
}
@media only screen and (max-width: 300px)
{
	.text {font-size: 11px}
}
/* ------------------------------------------------------------*/
.head
{
	width:100%;
	height:85px;
	position:sticky;
	top:0;
	z-index:1000;
	opacity:1;
	background:white;
	border-bottom:1px solid lightgrey;
}
@keyframes example
{
  from {top: 0; opacity:1;}
  to {top: -85px; opacity:0.5;}
}
.head_hide
{
	animation-name: example;
	animation-duration: 1s;
	top: -85px;
	opacity:0;
}
.company
{
	width:85%;
	height:85px;
	margin:0 auto;
}
.availability
{
	float:right;
	padding:12.5px;
	font-size: clamp(15px, calc(0.9375rem + ((1vw - 7.68px) * 0.434)), 20px);
}
.main_menu
{
	padding:15px;
	width:250px;
	height:85px;
	cursor:pointer;
	font-size: clamp(15px, calc(0.9375rem + ((1vw - 7.68px) * 2.1701)), 40px);
}
.main_menu img
{
	float:left;
}
.main_menu div
{
	width:225px;
	height:50px;
	text-align:center;
}
.word
{
	opacity:0;
	float:right;
	font-size:40px;
	text-align:center;
	margin-bottom:10px;
	transition:filter .3s;
}	
/*.main_menu:hover .word::after
{
	/*content: "MENÜ";
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	font-size:40px;
}*/
.main_menu:hover
{
	filter: blur(1px);
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.side_bar
{
	display: none;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}
.menu
{
	height:100%;
	width: 300px;
	float:left;
	background:white;
	padding:25px;
	text-align:left;
}
.menu a
{
	text-decoration:none!important;
	transition: color 1s;
	color:black;
}
.menu a:hover
{
	color: #FDC72E;
	border-bottom:1px dotted black;
}
.close_menu
{
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.85); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.85);
	float:right;
	width:50px;
	height:50px;
	position:absolute;
	left:275px;
	top:50%;
	background:white;
	cursor:pointer;
}
.close_menu img
{
	width:50px;
	height:50px;
	border-radius:50%;
	transition: transform 1s;
}
.close_menu:hover img
{
	border-radius:50%;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	content: url(../images/yellow_close.png);
}
.mySidenav
{
	z-index:1000;
	font-weight:bold;
	display:none;
	background:white;
	color:black;
	position:fixed!important;
	overflow:auto;
	width:100vw;
	-webkit-box-shadow: 0px 5px 15px 5px #000000; 
	box-shadow: 0px 5px 15px 5px #000000;
}
.mySidenav a
{
	height:75px;
	padding:10px;
	text-decoration:none!important;
}
.mySidenav hr
{
	border-bottom:0.5px solid lightgrey;
}
.mySidenav_address
{
	margin-top:25px;
}
.mySidenav_address img
{
	width:20px;
	height:20px;
}
/* -------------------------------------------------------------------------------- */

#intro
{
	width:100%;
	color:black;
	position:relative;
	z-index:2;
	margin-bottom:-20px;
	border-bottom:10px solid #F5F5F5;
}
#intro img
{
	border-radius:5px;
}
#intro .intro_container:nth-child(1)
{
	-webkit-box-shadow: 0px -33px 50px -30px rgba(0,0,0,0.63); 
	box-shadow: 0px -33px 50px -30px rgba(0,0,0,0.63);
}
#intro .intro_container:nth-child(2)
{
	
}
.alter_intro_container
{
	display:none;
	width:100%;
	margin:0 auto;
	background:white;
	text-align:justify;
	padding:5px;
	margin-top:0px;
}
.intro_container
{
	width:85%;
	margin:0 auto;
	background:white;
	text-align:justify;
	border-left:1px solid black;
	border-right:1px solid black;
}
.intro_container:after
{
	content:"";
	display:table;
	clear:both;
}
.intro_container h1, .alter_intro_container h1
{
	color:#FDC72E;
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 1.375)), 40px);
	text-align:center;
	margin-top:35%;
	text-shadow: 1px 2px 2px black;
}
.alter_intro_container h1
{
	margin-top:5%;
	text-shadow: 1px 2px 2px white;
}
.intro_container h2, .alter_intro_container h2
{
	color:#FDC72E;
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 1.375)), 40px);
	text-align: left;
	text-shadow: 1px 2px 2px black;
}
.alter_intro_container h2
{
	text-shadow: 1px 2px 2px white;
}
.intro_container > .quarter
{
	padding:10px;
}
#works
{
	width:100%;
	color:black;
	border-bottom:10px solid #F5F5F5;
}
#works h1
{
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 1.375)), 40px);
	font-family: 'Spinnaker', sans-serif;
	text-shadow: 1px 2px 2px black;
	letter-spacing: 15px;
	padding:0;
	margin-top:20px;
	text-align:center;
}
#works hr
{
	margin:10px;
}
.works_container /* row */
{
	width:85%;
	margin:0 auto;
	background:white;
	border-left:1px solid black;
	border-right:1px solid black;
}
.works_container:after
{
	content:"";
	display:table;
	clear:both;
}
.work_slide /* column */
{
	width:20%;
	float:left;
	overflow:hidden;
	padding:5px;
	min-height:67vh;
}
img.hover-shadow 
{
	transition: 0.3s;
}
.hover-shadow:hover
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.slider_outer /* card */
{
	overflow:hidden;
}
.slider_outer img
{
	width:100%;
	height:auto;
	border-radius:3px;
	transition: 0.3s;
}
.work_slide:hover > .slider_outer img
{
	transform: scale(1.03);
}
.active
{
	display:block;
	width:100%;
	height:auto;
	border-radius:3px;
}
.slider_inner /* container */
{
	width:100%;
	position:relative;
	overflow:hidden;
	float:left;
}
.slider_inner::after
{
	content: "";
	clear: both;
	display: table;
}
.slider_inner h4:nth-child(3)
{
	color:#d11141;
	text-align:center;
	font-weight:bold;
	font-size: clamp(12.5px, calc(0.78125rem + ((1vw - 7.68px) * 0.4774)), 18px);
}
.slider_inner h4:nth-child(2)
{
	font-size: clamp(12.5px, calc(0.78125rem + ((1vw - 7.68px) * 0.4774)), 18px);
}
/* -------------------------------------------------------------------------------------- */
.slide_kont
{
	top:0;
	position:absolute;
	width:100%;
	height:auto;
}
#slides
{
	display: none;
}
#slides img
{
	display: block;
	position:absolute;
	left: 25%;
	width: 50%;
}
.column
{
	float: left;
	width: 100%;
	position:relative;
}
#demo
{
	opacity: 0.6;
	width:10%;
	padding:5px;
	margin-right:35px;
	cursor:pointer;
	display: inline-block;
}
.close
{
	color: white;
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 75px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover,
.close:focus
{
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.cursor
{
	cursor: pointer;
}
.prev,
.next
{
	cursor: pointer;
	position:fixed;
	top: 50%;
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 50px;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	-webkit-user-select: none;
}
.prev
{
	left:25px;
}
.next
{
	right:25px;
}
.prev:hover,
.next:hover
{
	background-color: #fff;
	color:black;
}
.caption-container
{
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}
.active,
#demo:hover
{
	opacity: 1;
}
.button
{
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	background-color: #E1E1E1;
	text-align: center;
	cursor: pointer;
	width: 100%;
	transition: all 0.8s;
	position: relative;
}
.button span
{
	transition: all 0.3s;
}
.button::before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d11141;
	border-bottom-color: #d11141;
	transform: scale(0.1, 1);
}
.button:hover span
{
	letter-spacing: 2px;
}
.button:hover::before
{
	opacity: 1; 
	transform: scale(1, 1); 
}
.button::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.2);
}
.button:hover::after
{
	opacity: 0; 
	transform: scale(0.1, 1);
}
#reference
{
	width:100%;
	color:black;
	border-bottom:10px solid #F5F5F5;
}
#reference h1
{
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 1.375)), 40px);
	font-family: 'Spinnaker', sans-serif;
	text-shadow: 1px 2px 2px black;
	letter-spacing: 15px;
	padding:0;
	margin-top:20px;
}
#reference hr
{
	margin:10px;
}
.reference_row /* row */
{
	width:85%;
	margin:0 auto;
	background:white;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align:center;
	border-left:1px solid black;
	border-right:1px solid black;
}
.reference_column /* column */
{
	-ms-flex: 25%;
	flex: 25%;
	max-width: 100%;
}
.reference_column img /* gird_images */
{
	padding:5px;
	width:30%;
	cursor:pointer;
	opacity:0;
	transition: .8s box-shadow ease;
}
.reference_column img:hover
{
	-webkit-box-shadow: 0px 0px 50px -2px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 50px -2px rgba(0,0,0,0.5);
}
/*@media screen and (max-width: 800px)
{
	.reference_column 
	{
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}*/
@media screen and (max-width: 600px)
{
	.grid_column
	{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}
#contact
{
	width:100%;
	color:black;
	position: relative;
	z-index: 1;
}
#contact h1
{
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 1.375)), 40px);
	font-family: 'Spinnaker', sans-serif;
	text-shadow: 1px 2px 2px black;
	letter-spacing: 15px;
	padding:0;
	margin-top:20px;
	text-align:center;
}
#contact hr
{
	margin:10px;
}
.contact_container
{
	width:85%;
	margin:0 auto;
	background:white;
	padding-bottom:30px;
	-webkit-box-shadow: 0px 33px 50px -30px rgba(0,0,0,0.63); 
	box-shadow: 0px 33px 50px -30px rgba(0,0,0,0.63);
	border-left:1px solid black;
	border-right:1px solid black;
}
.contact_container:after
{
	content:"";
	display:table;
	clear:both;
}
.contact_main_div
{
	width:65%;
	margin:25px auto;
}
.contact_div
{
	width:50%;
}
.contact_div img
{
	width:35px;
	height:35px;
}
#link
{
	margin:0 auto;
	width:100%;
	color:black;
	position: fixed;
	z-index: -1;
	/*left: 0;
	right: 0;*/
	bottom: 0;
	padding:5px;
}
.foot_container
{
	width:85%;
	margin:0 auto;
	background:white;
}
.footer
{
	background-image:url("../images/welding_black_small_2.png");
	background-size:160px 250px;
	background-repeat: no-repeat;
	background-position: right;
	width:50%;
	height:250px;
	margin-top:-100px;
}
.address h4, .address h5
{
	padding:0;
	margin:0;
	text-shadow:2px 2px 2px white;
	position:relative;
	z-index:3;
	font-size: clamp(12.5px, calc(0.78125rem + ((1vw - 7.68px) * 0.4774)), 18px);
}
.link_container
{
	width:85%;
	margin:0 auto;
	background:white;
}
.link_container h4
{
	color:#d11141;
}
.link_container:after
{
	content:"";
	display:table;
	clear:both;
}
.link_container > .quarter
{
	padding:10px;
}
.social_div
{
	width:35px;
	height:35px;
	float:left;
	margin-right:2px;
}
.social
{
	width:25px;
	height:25px;
	cursor:pointer;
	margin:5px;
}
.social:HOVER
{
	opacity:0.6;
}
.madeby a
{
	cursor:pointer;
}
.madeby a:HOVER
{
	opacity:0.60;
	filter:alpha(opacity=60);
	-webkit-backface-visibility:hidden;	
}
