/* ==========================================================================
   Container Declaration
   ========================================================================== */

.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}

.container-full {
	width: 100%;
	z-index: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
    padding-left: 20px;
	padding-right: 20px;
    display: flex;
}
.arrow-absolute {
	position: absolute;
	z-index: 1 !important;
}
.container-special-tech {
	width: 1280px;
}
.container {
	position: relative;
	width: 1260px;
	max-width: 1260px;
	z-index: auto;
	margin-right: auto;
	margin-left: auto;
	-padding-left: 20px;
	-padding-right: 20px;


}

@media only screen and (max-width: 1280px) {

.container {
	position: relative;
	width: 100%;
}


.container-full-login {
	width: 100%;
	z-index: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
    padding-left: 0;
	padding-right: 0;
    display: flex;
}


}



.bg-nav-dsvgo {
	height: 97px;
	background-color: var(--dunkelblau);
	background-color: #707070;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#section-dsvgo p {
	width: 100%;
}
#section-dsvgo h4 {
	margin-bottom: 0.7em;
	margin-top: 2em;
}
#section-dsvgo .col-12 {
	width: 70%;
}
.nav-container-gradient {
	width: 100%;
	z-index: 2;
	position: absolute;
	height: 97px;
	/*background-image: linear-gradient(to bottom, black, rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.5) 60%,  rgba(0,0,0,0) 100%);*/
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.nav-container-full {
	width: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	z-index: 2;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .07);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .07);
}
.nav-container {
	width: 1280px;
	height: 97px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.nav-white {
	height: 70px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .07);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .07);
	background-color: #fff;
}
/* ----------------------------- */

/* Full NAVIGATION               */

/* ----------------------------- */

.container-nav-full-overlay {
	top: 0;
	bottom: 0;
	left: 130vw;
	right: auto;
	width: 100vw;
	min-height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: left 0.9s ease-out;
	-o-transition: left 0.9s ease-out;
	transition: left 0.9s ease-out;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: fixed;
	background-color: black;
	z-index: 10000 !important;
}
.container-nav-full-content {
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.ruetschi-logo-vert {
	position: absolute;
	width: 100px;
	height: 600px;
	z-index: 10 !important;
	right: -14px;
	top: calc(50% - 300px);
}
.ruetschi-logo-vert img {
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.container-nav-full-content {
	width: 1280px;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 1;
	background-color: #000;
	text-align: left;
	-webkit-transition: left 0s ease;
	-o-transition: left 0s ease;
	transition: left 0s ease;
	margin: 0 auto;
	-webkit-text-stroke: 0.2px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}
.nav-is-open .container-nav-full-overlay {
	left: 0;
}
/*damit scrollbar sich nur auf nav bezieht*/

.no-scroll {
	height: 100%;
	overflow: hidden;
	position: fixed;
}
.no-scroll-2 {
	overflow-y: hidden;
}
.container-nav-full-content h3 {
	color: var(--hellgrau);
	color: #ddd;
	margin-bottom: 0.4em;
	line-height: 1.5em;
}
.container-nav-full-content h3:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid var(--dunkelgrau);
	border-bottom: 1px solid #707070;
	width: 100%;
	top: 48px;
	left: 0;
}
.container-nav-full-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	line-height: 1.5em;
}
.container-nav-full-content li {
	font-size: 18px;
	color: var(--hellgrau);
	color: #ddd;
	line-height: 1.5em;
}
.container-nav-full-content .col-contact {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
	width: 400px;
}
.container-nav-full-content .col-search-box {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
	width: 400px;
}
.container-nav-full-content .col-search-button {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
	width: 400px;
}
.container-nav-full-content .nav-sprachen {
	color: var(--hellgrau);
	color: #ddd;
}
.container-nav-full-content .hamburger-icon {
	height: 30px;
	width: 30px;
	margin-left: auto;
	margin-right: 20px;
	font-size: 50px;
}
.container-nav-full-content .circle {
	text-align: center;
}
.industrial-logo-fullnav  {
	width: 184px;
	margin-top: 2px;
}
/* ----------------------------- */

/* Header Slides on landing page */

/* ----------------------------- */

.row-leer-alt {
	height: 20%;
	width: 100%;
}
.row-expertise-alt {
	height: 80%;
	width: 100%;
	margin-left: -20px;
}
.row-unten-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100px;
}
.container-slide-bottom {
	height: 100px;
	max-width: 1280px;
	width: 1200px;
	margin: 0 auto;
	left: 50%;
	margin-left: -600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
}
/* ----------------------------- */

/* Rows and Columns              */

/* ----------------------------- */

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: flex-wrap;
	flex-flow: flex-wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    align-items: center;
    align-content: center;
	-margin-right: -20px;
	-margin-left: -20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    -height: 40px;
}

.row-title {
    padding-left: 0;
    padding-right: 0;
}

.row-header {
    height: 4px;
    background-color: #0f0f14;
    border-radius: 4px 4px 0px 0;
}
.row-bottom {
    height: 4px;
    background-color: #10070c;
    border-radius: 0 0  4px 4px;
}


.row::after {
	content: '';
	display: table;
	clear: both;
}
#section-mission .mission-text .col-9.float-left::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 100px;
	left: -25px;
	bottom: -50px;
	background-image: url('../img/arrow_down.png');
	background-size: cover;
}
.row-no-margin {
	margin-right: 0;
	margin-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.text-block .form-list li,
.document-list li {
	position: relative;
	min-height: 1px;


}
.col-12 {
	width: 100%;
	float: none;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
#section-landing .col-4,
#section-technologies .col-4 {
	margin-bottom: 2em;
}
.col-3 {
	width: 25%;

}
.col-5er {
	width: 20%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
	width: 8%;
    -background-color: pink;
}
.col-left {
	float: left;
	margin-right: auto;
}
.col-center {
	-float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-center-special {
	-float: none;
	margin-left: auto;
	margin-right: auto;
    padding-right: 3%;
}
.col-right {
	float: right;
	margin-left: auto;
}
.col-no-padding {
	padding-left: 0;
	padding-right: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* ----------------------------- */

/* Section                       */

/* ----------------------------- */

section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 4em;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row-wrap;
	flex-flow: row-wrap;
	background-color: #fff;
}
.section-weiss {
	background-image: url("../img/muster_weiss.png");
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}
.section-blau {
	background-color: #002443;
	background: url('../img/muster_weiss.png') no-repeat, -webkit-gradient(180deg, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -webkit-linear-gradient(180deg, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -o-linear-gradient(180deg, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #003059), to(#001830));
	background: url('../img/muster_weiss.png') no-repeat, -webkit-linear-gradient(top, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, -o-linear-gradient(top, #003059 0, #001830 100%);
	background: url('../img/muster_weiss.png') no-repeat, linear-gradient(180deg, #003059 0, #001830 100%);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
/* ----------------------------- */

/* Footer                        */

/* ----------------------------- */

footer,
footer p {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-color: #212121;
	font-size: 16px;
	line-height: 1.4em;
	color: var(--hellgrau);
	color: #ddd;
	margin-left: 0;
}
hr {
	width: 100%;
	content: '';
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.hero {
	width: 100%;
	height: 100vh;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	z-index: auto;
}
.hero::before {
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
}
.bild-hero-expertise::before {
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-image: url(../img/bg_ratchet.jpg);
}
.bild-hero-services::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/bg_services.jpg);
}
.hero.bild-hero-technologies::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/bg_knochen.jpg);
}
.bild-hero-partnership::before {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/bg_partner.jpg);
}
.bild-hero-about::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/bg_about.jpg);
}
@media only screen and (min-width: 1600px) {
	.bild-hero-expertise::before {
		background-position: center 40%;
		background-image: url(../img/bg_ratchet_1600.jpg);
	}
	.bild-hero-services::before {
		background-position: center center;
		background-image: url(../img/bg_services_1600.jpg);
	}
	.bild-hero-about::before {
		background-position: center center;
		background-image: url(../img/bg_about_1600.jpg);
	}
}
@media only screen and (max-width: 1080px) {
	.bild-hero-expertise::before {
		background-position: 80% center;
		background-image: url(../img/bg_ratchet_1080.jpg);
	}
	.bild-hero-services::before {
		background-position: center center;
		background-image: url(../img/bg_services_1080.jpg);
	}
	.hero.bild-hero-technologies::before {
		background-position: center center;
		background-image: url(../img/bg_knochen_1080.jpg);
	}
	.bild-hero-partnership::before {
		background-position: center top;
		background-image: url(../img/bg_partner_1080.jpg);
	}
	.bild-hero-about::before {
		background-position: center center;
		background-image: url(../img/bg_about_1080.jpg);
	}
}
@media only screen and (max-width: 600px) {
	.bild-hero-expertise::before {
		background-position: left top;
		background-image: url(../img/bg_ratchet_mobile.jpg);
	}
	.bild-hero-services::before {
		background-position: center center;
		background-image: url(../img/bg_services_mobile.jpg);
	}
	.hero.bild-hero-technologies::before {
		background-position: center center;
		background-image: url(../img/bg_knochen_mobile.jpg);
	}
	.bild-hero-partnership::before {
		background-position: center center;
		background-image: url(../img/bg_partner_mobile.jpg);
	}
	.bild-hero-about::before {
		background-position: center center;
		background-image: url(../img/bg_about_mobile.jpg);
	}

}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-message {
	position: relative;
	width: 1200px;
	min-height: 60%;
	z-index: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}