/* ==============================================================================================================
G R I D  S Y S T E M
-------------------------------------------------------------------------------------------------------------- */
[class^="flex-"] {
	width: auto;
	max-width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/* Elementanordnung */
	-webkit-flex-direction: row;
	flex-direction: row /*row | row-reverse | column | column-reverse*/;
}

[class^="flex-"][class*="left"] {
	/* Horizontale Ausrichtung */
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
[class^="flex-"][class*="center"] {
	/* Horizontale Ausrichtung */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
[class^="flex-"][class*="right"] {
	/* Horizontale Ausrichtung */
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
[class^="flex-"][class*="between"] {
	/* Horizontale Ausrichtung */
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
[class^="flex-"][class*="around"] {
	/* Horizontale Ausrichtung */
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

[class^="flex-"][class*="top"] {
	/* Vertikale Ausrichtung */
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
[class^="flex-"][class*="middle"] {
	/* Vertikale Ausrichtung */
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
[class^="flex-"][class*="bottom"] {
	/* Vertikale Ausrichtung */
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
[class^="flex-"][class*="stretch"] {
	/* Vertikale Ausrichtung */
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

[class^="col-"],
[class^="col-"] > div {
	padding: 0;
}
[class^="col-"] {
	margin: 0;
}
.col-12 {
	width: 100%;
}
.col-10 {
	width: 83.33%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66%;
}
.col-7 {
	width: 58.31%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.65%;
}
.col-4 {
	width: 33.33%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66%;
}
.col-1 {
	width: 8.33%;
}

/* ==============================================================================================================
L A Y O U T
-------------------------------------------------------------------------------------------------------------- */
html,
body {
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: #36373a;
	color: white;
	text-align: center;
	overflow-x: hidden;
}
video {
	opacity: 0.8;
	position: absolute;
	display: block;
	z-index: -1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
video::-webkit-media-controls {
	display: none !important;
}
body {
	overflow-x: hidden;
}
::-moz-selection {
	background-color: #f70;
	color: white;
}
::selection,
.button {
	background-color: #f70;
	color: white;
}
.title-wrapper {
	background-color: black;
}
.cbp-spmenu-visible,
.swiper-container {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-spmenu-visible .swiper-container {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}
.contact-navbar {
	color: white;
	width: auto;
	position: absolute;
	top: 1em;
	left: 0;
}
.contact-wrapper {
	padding: 1em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.contact-wrapper span {
	color: #f70;
	padding-right: 0.5em;
	padding-left: 1.2em;
}
.contact-wrapper span:nth-child(2) {
	padding-left: 0;
}
.md-modal span {
	color: #f70;
	padding-right: 0.5em;
}
.size-xl {
	margin-top: 2em;
	font-size: 1.6em;
}
button,
.button {
	font-size: 1em;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 1em 1.6em !important;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background: #f70;
	border: none;
	width: 100%;
	max-width: 14em;
	margin: 0;
}
.md-trigger:focus,
.md-trigger:hover,
.button:hover {
	color: white;
	cursor: pointer;
	background: #e60;
}
.md-modal .button {
	margin: 1.5em 0 0;
}
.md-trigger {
	position: relative;
	z-index: 986;
	background: #f70;
}
a,
input,
form[type="submit"],
button,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a:hover input:focus,
form[type="submit"]:focus,
form[type="submit"]:hover,
button:focus,
button:hover,
.button:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
hr {
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
	margin: 15px 0;
}
header {
	width: 100%;
	height: 200px;
	background: #ddd;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
main {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	border: 0;
	outline: none;
	background: #fafafa;
}
footer button  {
	font-weight: 300;
	text-transform: inherit;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	max-width: none !important;
	letter-spacing: 0;
	color: #ddd !important;
}
footer button:hover  {
	color: #f70 !important;
}
.footer {
	width: 100%;
	height: calc(100% - 140px);
	margin: 0;
	padding: 20px 0;
	border: 0;
	outline: none;
}
section,
section.flex-middle-between {
	width: 90%;
	max-width: 1440px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
.row {
	width: 100%;
	height: auto;
}
.banner {
	height: calc(100% - 140px);
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.banner .video {
	height: 100%;
	position: relative;
	z-index: 0 !important;
}
.banner .banner-01 {
	background: url("../images/banner-01.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.banner .banner-02 {
	background: url("../images/banner-02.jpg") no-repeat;
	background-size: cover;
	background-position: center right;
	z-index: -1;
}
.banner .banner-03 {
	background: url("../images/banner-03.jpg") no-repeat;
	background-size: cover;
	background-position: center left;
	z-index: -1;
}
.swiper-slide {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	z-index: -1;
}
.title-wrapper > div {
	height: 100vh;
}
.banner .content {
	background: #f70;
	color: white;
	position: relative;
}
.banner .content p,
.footer p {
	font-size: 1.3em;
	line-height: 1.3em;
}
.banner .content input {
	width: 150px;
}
.banner .content > [class^="col-"] {
	position: relative;
	z-index: 10;
	padding: 2em 0 2em 50px;
}
.wrapper {
	width: 100%;
	height: auto;
}
main,
.container {
	width: 95%;
	max-width: 1240px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: none;
}
.logo {
	position: absolute;
	bottom: 40px;
	right: 40px;
}
#logo {
	background: url("../images/Logo_Glow_Loop_Sprite.png");
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: 2em auto;
	animation: sprite 3s steps(30) infinite;
}
footer .logo {
	left: 40px;
	right: auto;
}

@keyframes sprite {
	from {
		background-position: 0px;
	}
	to {
		background-position: -4800px;
	}
}

.scroll {
	position: absolute;
	bottom: 5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
}
.scrollarrow {
	-webkit-animation: scroll 3s cubic-bezier(0.7,0,0.3,1) both;
	animation: scroll 3s cubic-bezier(0.7,0,0.3,1) both;
	-webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	 animation-timing-function: ease-in-out;
	-moz-transform: rotate(-90deg) translate(0, 0);
	-ms-transform: rotate(-90deg) translate(0, 0);
	-o-transform: rotate(-90deg) translate(0, 0);
	-webkit-transform: rotate(-90deg) translate(0, 0);
	transform: rotate(-90deg) translate(0, 0);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center center;
	width: 50px;
	height: 50px;
}
@-webkit-keyframes scroll {
	from {
		-webkit-transform: rotate(-90deg) translate(0, 0);
						transform: rotate(-90deg) translate(0, 0); }
	10% {
		-webkit-transform: rotate(-90deg) translate(-10px, 0);
						transform: rotate(-90deg)  translate(-10px, 0); }
	20% {
		-webkit-transform: rotate(-90deg) translate(0, 0);
						transform: translate(0, 0); }
	to {
		-webkit-transform: rotate(-90deg) translate(0, 0);
						transform: rotate(-90deg) translate(0, 0); } }
@keyframes scroll {
	from {
		-webkit-transform: rotate(-90deg) translate(0, 0);
						transform: rotate(-90deg) translate(0, 0); }
	10% {
		-webkit-transform: rotate(-90deg) translate(-10px, 0);
						transform: rotate(-90deg) translate(-10px, 0); }
	20% {
		-webkit-transform: rotate(-90deg) translate(0, 0);
						transform: rotate(-90deg) translate(0, 0); }
	to {
		-webkit-transform: rotate(-90deg) translate(0, 0);
						transform: rotate(-90deg) translate(0, 0); } }
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container-portfolio-navigation {
	height: 0% !important;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 9;
}
.swiper-container-portfolio-navigation .swiper-button-next,
.swiper-container-portfolio-navigation .swiper-button-prev {

}
.swiper-pagination-portfolio {
	z-index: 999;
}
#swiper-portfolio .swiper-container {
	background: #36373a;
}
#swiper-portfolio .swiper-slide:before {
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(54,55,58);
	background: linear-gradient(0deg, rgba(54,55,58,1) 0%, rgba(54,55,58,0.3) 30%, rgba(54,55,58,0) 35%);
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
    bottom: 1.4em;
	left: auto !important;
    right: 1.5em !important;
    width: auto !important;
}
.swiper-pagination-fraction {
    bottom: -85px;
	left: auto !important;
	right: 2.1em !important;
	width: auto !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.portfolio-outer-wrapper {
	height: 100%;
	color: white;
	background: #8b8d92;
	text-align: left;
	display: flex;
}
.portfolio-infobox {
	padding: 1.5em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.swiper-container.leistungen .swiper-slide {
	overflow: visible;
	height: 47%;
	max-height: 400px;
}
.swiper-container.leistungen {
	width: 100%;
	height: 90%;
	max-height: 890px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
.swiper-button-prev,
.swiper-button-next {
	background-color: #f70;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 50% 50% !important;
} 
.swipe-v-why-rep2go .why .col-4,
.swipe-v-why-rep2go .progressbar,
.swiper-slide-active .about .col-6,
.swiper-slide-active .footer .col-6 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.about {
	background: url('../images/profilbild.jpg') no-repeat;
	background-size: cover;
	background-position: right top !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
	/* left: 2em; */
	left: 0;
	right: auto;
	/* opacity: 0.7; */
	opacity: 0.9;
	background: #f70;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
	/* right: 2em; */
	right: 0;
	left: auto;
	/* opacity: 0.7; */
	opacity: 0.9;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .2;
    cursor: auto;
    pointer-events: none;
}



/* ==============================================================================================================
M O D A L
-------------------------------------------------------------------------------------------------------------- */
.container {
	min-height: 100%;
}
.md-close, .md-close:hover {
	cursor: pointer;
	background: transparent;
    position: fixed;
	top: 1.8em;
	right: 1.8em;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-indent: 2000px;
	z-index: 999
}
.md-close::before, .md-close::after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    width: 36px;
    height: 3px;
    background: #fff;
}
.md-close:hover:before, .md-close:hover:after {
    background: #f70;
}
.md-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.md-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.md-modal {
	background: rgba(54,55,58,0.7);
	background: linear-gradient(90deg, rgba(54,55,58,1) 10%, rgba(54,55,58,0.6) 50%, rgba(54,55,58,1) 90%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: scroll;
	padding: 3em 0;
	/*top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
}
.portfolio-modal {
	text-align: left;
	width: 90%;
	max-width: 40em;
	height: auto;
	padding-bottom: 3em;
	margin: 2em auto;	
}
.md-show {
	visibility: visible;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-content {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.md-show.md-modal ~ .swiper-container {
	-webkit-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}
.md-modal .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}
.md-show.md-modal ~ .swiper-container,
.md-modal .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-modal .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}