@import url("style_700.css") all and (max-width: 600px);

* {
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}

* body {
	margin:0 auto;
	background-color: #0c0f20;
}

/*
 * Header
 */

.header-nav a {
	text-decoration: none;
	color: #fff;
	height: 60px;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	padding: 15px 15px;
	border-right: 1px solid #fff;
	transition: all .5s ease;
}

.header-nav a:hover {
	background-color: #68b6f1;
}

.mein-header {
	width: 100%;
}

.header-photo {
	background-image: url("header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 170px;
	margin: 0 auto;

}

.header-nav {
	background-color: #1a78de;
	width: 100%;
	height: 60px;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.nav-liste {
	margin: 0 ;
	margin-left: 60px;
	padding: 0;
	height: 60px;
	list-style: none;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.nav-link {
	float: left;
}

.dropdown {
	float: right;
}

.dropdown-btn {
	height: 60px;
	width: 120px;
	background: #1a78de;
	border: none;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.dropdown-btn:hover {
	background-color: #68b6f1;
}

.lang-flag {
	height: 22px;
	width: 22px;
		margin-top: 2px;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.lang-icon {
	height: 45px;
	width: 45px;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

/* Hidden the dropdown menu on Default */

.dropdown-content {
	display: none;
    z-index: 1;
    background: #1a78de;
}

.dropdown-content a {
	text-decoration: none;
	color: #fff;
	height: 30px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	border-right: none;
	padding: 0px 10px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/*
* Body
* Intro1 Section
 */

.mein-body {
	width: 100%;
	margin: 0 auto;
	background-image: url("website-background.png");
	background-color: #0c0f20;
	padding: 0;

}

.intro-1 {
	background-image: url("intro-background-1.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 689px;
	color: #fff;
	margin:0;
	padding: 0;
}

/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	height: auto;
	left: 0;
	position: absolute;
	margin: auto;
}

.dot-container {
	text-align: center;
	margin-top: 60px;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #E1E1E1;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3.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}
}

/* slideshow Sheet-1 */

.wordCarousel {
	font-size: 50px;
	font-weight: 100;
	color: #eee;
	margin: 0;
	padding-bottom: 20px;
}
.wordCarousel div {
	overflow: hidden;
	position: relative;
	float: right;
	height: 65px;
	padding-top: 10px;
	margin-top: -5px;
	margin-right: 10px;
}

.wordCarousel div li {
	color: #eee;
	font-weight: 500;
	padding: 0 10px;
	height: 45px;
	margin-bottom: 45px;
	display: block;
}

.flip2 {
	-webkit-animation: flip2 4.5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
	animation: flip2 4.5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
	-webkit-animation: flip3 4.5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
	animation: flip3 4.5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
	-webkit-animation: flip4 4.5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
	animation: flip4 4.5s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@-webkit-keyframes flip2 {
	0% {
		margin-top: -180px;
	}
	5% {
		margin-top: -90px;
	}
	50% {
		margin-top: -90px;
	}
	55% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}

@keyframes flip2 {
	0% {
		margin-top: -180px;
	}
	5% {
		margin-top: -90px;
	}
	50% {
		margin-top: -90px;
	}
	55% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}
@-webkit-keyframes flip3 {
	0% {
		margin-top: -270px;
	}
	5% {
		margin-top: -180px;
	}
	33% {
		margin-top: -180px;
	}
	38% {
		margin-top: -90px;
	}
	66% {
		margin-top: -90px;
	}
	71% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}
@keyframes flip3 {
	0% {
		margin-top: -270px;
	}
	5% {
		margin-top: -180px;
	}
	33% {
		margin-top: -180px;
	}
	38% {
		margin-top: -90px;
	}
	66% {
		margin-top: -90px;
	}
	71% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}
@-webkit-keyframes flip4 {
	0% {
		margin-top: -360px;
	}
	5% {
		margin-top: -270px;
	}
	25% {
		margin-top: -270px;
	}
	30% {
		margin-top: -180px;
	}
	50% {
		margin-top: -180px;
	}
	55% {
		margin-top: -90px;
	}
	75% {
		margin-top: -90px;
	}
	80% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}
@keyframes flip4 {
	0% {
		margin-top: -360px;
	}
	5% {
		margin-top: -270px;
	}
	25% {
		margin-top: -270px;
	}
	30% {
		margin-top: -180px;
	}
	50% {
		margin-top: -180px;
	}
	55% {
		margin-top: -90px;
	}
	75% {
		margin-top: -90px;
	}
	80% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}

.intro-1-slideshow {
	background-image: url("slideshow-img-bw.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 85%;
	margin-top: 100px;
	margin-left: 69px;
}

.intro-1-slideshow2 {
	background-image: url("slideshow-img-light.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 85%;
	margin-top: 100px;
	margin-left: 69px;
}

.intro-1-slideshow2 div {
	position: absolute;
	top: 60%;
	left: 60%;
	font-size: 30px;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 250;
	text-transform: uppercase;
	text-shadow: #0c0f20;
}

.intro-1-text {
	color: #fff;
	width: 700px;
	height: 400px;
	margin-top: 100px;
	margin-left: 69px;
}

.intro-1 h1 {
	font-size: 53px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}
.intro-1 h2 {
	position: relative;
	left: -3%;
	font-size: 50px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-shadow: #0c0f20;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.intro-1 p {
	font-size: 25px;
	font-family: 'Source Sans Pro', sans-serif;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.intro-1 span {
	color: #fff;
}

.intro-1-button {
	width: 270px;
	height: 50px;
	background: #1a78de;
	border: none;
	transition: all .5s ease;
	border-radius: 25px;
}

.intro-1-button:hover {
	background: #68b6f1;
}

.intro-1-button a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 26px;
	color: #fff;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

/* title styles */
.home-title span{
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-shadow: #0c0f20;
}

.home-title span::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("website-background.png");
	animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
	transform: translateX(-101%);
}

.home-title span::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("website-background.png");
	animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
	transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after{
	animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after{
	animation-delay: 1.5s;
}

@keyframes a-ltr-after{
	0% {transform: translateX(-100%)}
	100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
	0% {transform: translateX(0)}
	100% {transform: translateX(200%)}
}

/*
* Body
* Articles Section
 */

.articles-container {
	width: 100%;
	background-color: #ecf3f9;
	margin: 0 auto;
	padding: 0 80px;
}

.article {
    float: left;
	text-align: center;
	margin: 30px 0px;
	font-size: 23px;
	width: 25%;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}


.article button {
	background-color: #fff;
    border: 1px solid #0f81e9;
    color: #0c0f20;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    transition: all .5s ease;
}

.article button:hover {
	background-color: #0f81e9;
	color: #fff;
}

.article img {
	height: 50px;
	width: 50px;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

/* modal */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content2 {
	background-color: #fff;
	padding-right: 20px;
	margin: auto;
	border: 1px solid #888;
	width: 60%;
	height: 90%;
	background-image: url("payment.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.modal-content {
	background-color: #fff;
	padding-right: 20px;
	margin: auto;
	border: 1px solid #888;
	width: 60%;
	height: 70%;
	background-image: url("account.jpg");
	background-position: center;
	background-repeat: no-repeat;
}


.close {
	color: #aaaaaa;
	float: right;
	font-size: 32px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/*
* Body
* intro-3 Section
 */

.intro-3 {
	background-image: url("intro-background-2.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 558px;
	color: #fff;
	margin:0;
	padding: 0;

}

.intro-3 p {
	text-transform: uppercase;
	width: 360px;
	text-align: left;
	font-size: 22px;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 10px;
	margin-left: 150px;
	margin-top: 0;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

/*
* Footer
*/

.footer-links a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 10px;
	transition: all .5s ease;
}

.footer-links a:hover {
	color: #51a9ec;
}

.footer-container {
	background-image: url("footer-bg.jpg");
	background-color: #1a78de;
	width: 100%;
	margin: 0 auto;
	height: 250px;
}

.footer-links {
	float: left;
	margin-top: 20px;
}

.footer-icon-container {
	text-align: center;
	padding: 0;
	margin-top: 20px;
	margin-right: 30px;
	float: right;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.footer-icon {
	margin-bottom: 20px;
}

.footer-icon3 {
	height: 30px;
	width: 45px;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

.link-icon {
	height: 15px;
	width: 15px;
}

.copyright-text {
	text-align: center;
	color: #fff;
	font-size: 16px;

	/* This portion sets up the CSS3 transition */
	transition: font-size .25s linear;
	-o-transition: font-size .25s linear;
	-moz-transition: font-size .25s linear;
	-webkit-transition: font-size .25s linear;
	/* Set the property you want to transition. In this case it is font-size */
}

/*
* Clearfix
*/

.clearfix:before, 
.clearfix:after {
	content: " "; 
	display: table;
}

.clearfix:after {
	clear: both;
}

/* kategorie Seite */ 
.mein-kategorie {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-image: url("website-background.png");
	background-color: #0c0f20;
	font-size: 20px;
}

.icon-meincontainer {
	text-align: center;
	padding: 50px 60px;

}

/* overlay */

.overlay-meincontainer {
	position: relative;
	display: inline-block;
	height: 180px;
	width: 180px;
	margin: 20px;
}

.image {
	display: block;
	height: 180px;
	width: 180px;

}

.overlay {
	position: absolute;
	opacity: 0;
	background: #fff;
	transition: all .5s ease-in-out;
}

.overlay-fade {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("website-background.png");
}

.overlay-meincontainer:hover .overlay {
	opacity: 1;
}

.overlay-linkbtn {
	width: 162px;
	height: 50px;
	position: relative;
	top: 35%;
	background: #1a78de;
	border: none;
}

.overlay-linkbtn a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}

/* Tools Seite */ 
.plug-ins-meincontainer {
	width: 100%;
	margin: 0 auto;
	height: auto;
	color: #0c0f20;
	background-image: url("website-background.png");
	background-color: #0c0f20;
}

.plug-ins-container {
	padding: 20px 60px; 
	text-align: center;
	height: auto;
}

.tool-div {
	height: 450px;
	width: 250px;
	background-color: #0c0f20;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align:center;
	float: left;
	margin: 20px 20px;
}

.tool-sub {
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}

.tool-img {
	margin: 15px 0px;
	height: 150px;
	width: 220px;
}

.tool-text {
	font-size: 18px;
	color: #fff;
	margin: 0;
	margin-bottom: 45px;
}

.tool-download{
	width: 220px;
	height: 60px;
	background: #1a78de;
	border: none;
	transition: all .5s ease;
}

.tool-download:hover {
	background: #68b6f1;
}

.tool-download a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
}

/* Pattern */ 

.pattern-meincontainer {
	width: 100%;
	height: auto;
	color: #0c0f20;
	background-image: url("website-background.png");
	background-color: #0c0f20;
	padding: 40px 0;
}

.pattern-tool-div {
	margin: 0 auto;
	height: 240px;
	width: 80%;
	background-color: #0c0f20;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align:center;
	margin-bottom: 20px;
	padding: 10px 20px;

}

.pattern-text {
	float: left;
	text-align: center;
	margin-left: 40px;
}

.pattern-tool-sub {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}

.pattern-tool-text {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.pattern-tool-download{
	width: 220px;
	height: 60px;
	background: #1a78de;
	border: none;
	transition: all .5s ease;
	margin-top: 25px;
}

.pattern-tool-download:hover {
	background: #68b6f1;
}

.pattern-tool-download a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
}

.pattern-tool-img {
	float: right;

}

/* textures */ 

.texture-meincontainer {
	width: 100%;
	height: auto;
	color: #0c0f20;
	background-image: url("website-background.png");
	background-color: #0c0f20;
	padding: 40px 0;
}

.texture-tool-div {
	margin: 0 auto;
	height: 270px;
	width: 80%;
	background-color: #0c0f20;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align:center;
	margin-bottom: 20px;
	padding: 10px 20px;

}

.texture-text {
	float: left;
	text-align: center;
	margin-left: 40px;
}

.texture-tool-sub {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}

.texture-tool-text {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.texture-tool-download{
	width: 220px;
	height: 60px;
	background: #1a78de;
	border: none;
	transition: all .5s ease;
	margin-top: 25px;
}

.texture-tool-download:hover {
	background: #68b6f1;
}

.texture-tool-download a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
}

.texture-tool-img {
	float: right;
}

/* Tools Seite */ 
.gradient-meincontainer {
	width: 100%;
	margin: 0 auto;
	height: auto;
	color: #0c0f20;
	background-image: url("website-background.png");
	background-color: #0c0f20;
}

.gradient-container {
	padding: 40px 0px; 
	text-align: center;
	height: auto;
}

.gradient-div {
	height: 620px;
	width: 280px;
	background-color: #0c0f20;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align:center;
	float: left;
	margin: 20px 20px;
}

.gradient-sub {
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}

.gradient-img {
	margin: 15px 0px;
	height: 350px;
	width: 270px;
}

.gradient-text {
	font-size: 18px;
	color: #fff;
	margin: 0;
	margin-bottom: 25px;
}

.gradient-download{
	width: 220px;
	height: 60px;
	background: #1a78de;
	border: none;
	transition: all .5s ease;
}

.gradient-download:hover {
	background: #68b6f1;
}

.gradient-download a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
}

/*
* Media Queries
 */

@media all and (max-width: 1200px) {
	.intro-1 {
		background-image: url("intro-background-1.png");
		background-position: right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 589px;
		color: #fff;
		margin:0;
		padding: 0;
	}

	.intro-1 h1 {
		font-size: 37px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}
	.intro-1 h2 {
		font-size: 37px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}

	.intro-1 p {
		font-size: 18px;
		padding: 0;
		text-transform: uppercase;
	}

	.intro-1-text {
		color: #fff;
		width: 700px;
		height: 350px;
		margin-top: 90px;
		margin-left: 40px;
	}

	.slideshow-container {
		max-width: 800px;
		height: auto;
	}

	.intro-1-slideshow {
		background-image: url("slideshow-img-bw.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 79%;

	}

	.intro-1-slideshow2 {
		background-image: url("slideshow-img-light.png");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 79%;
	}

	.intro-1-slideshow2 div {
		position: absolute;
		top: 60%;
		left: 60%;
		font-size: 24px;
		padding: 0;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		font-weight: 250;
		text-transform: uppercase;
		text-shadow: #0c0f20;
	}
}

@media all and (max-width: 900px) {
	.intro-1 {
		text-align: center;
		background-image: none;
		background-position: right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 550px;
		color: #fff;
		margin:0;
		padding: 0;
	}

	.intro-1 h1 {
		font-size: 37px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}
	.intro-1 h2 {
		font-size: 50px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}

	.intro-1 p {
		font-size: 18px;
		padding: 0;
		text-transform: uppercase;
	}

	.intro-1-text {
		color: #fff;
		text-align: center;
		width: 100%;
		height: 300px;
		padding: 0 20px;
		margin: 90px 0;
		margin-bottom: 0;
	}

	.slideshow-container {
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		position: center;
	}

	.intro-1-slideshow {
		background-image: url("slideshow-img-bw.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 85%;

	}

	.intro-1-slideshow2 {
		background-image: url("slideshow-img-light.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 85%;
	}

	.intro-1-slideshow2 div {
		position: absolute;
		top: 60%;
		left: 60%;
		font-size: 24px;
		padding: 0;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		font-weight: 250;
		text-transform: uppercase;
		text-shadow: #0c0f20;
	}

	.intro-3 {
		background-image: url("intro-background-2.png");
		background-position: right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 458px;
		color: #fff;
		margin:0;
		padding: 0;

	}

	.intro-3 p {
		text-transform: uppercase;
		width: 360px;
		text-align: left;
		font-size: 18px;
		color: #fff;
		padding-top: 100px;
		padding-bottom: 10px;
		margin-left: 50px;
		margin-top: 0;
	}

	.article {
		float: left;
		text-align: center;
		margin: 30px 0px;
		font-size: 20px;
		width: 25%;
	}

	.article button {
		background-color: #fff;
		border: 1px solid #0f81e9;
		color: #0c0f20;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 17px;
		transition: all .5s ease;
	}

}

@media all and (max-width: 600px) {
	.intro-1 {
		text-align: center;
		background-image: none;
		background-position: right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 550px;
		color: #fff;
		margin:0;
		padding: 0;
	}

	.intro-1 h1 {
		font-size: 37px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}
	.intro-1 h2 {
		font-size: 50px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
	}

	.intro-1 p {
		font-size: 18px;
		padding: 0;
		text-transform: uppercase;
	}

	.intro-1-text {
		color: #fff;
		text-align: center;
		width: 100%;
		height: 300px;
		padding: 0 20px;
		margin: 90px 0;
		margin-bottom: 0;
	}

	.slideshow-container {
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		position: center;
	}

	.intro-1-slideshow {
		background-image: url("slideshow-img-bw.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 85%;

	}

	.intro-1-slideshow2 {
		background-image: url("slideshow-img-light.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 85%;
	}

	.intro-1-slideshow2 div {
		position: absolute;
		top: 60%;
		left: 60%;
		font-size: 24px;
		padding: 0;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		font-weight: 250;
		text-transform: uppercase;
		text-shadow: #0c0f20;
	}

	.intro-1-button {
		width: 180px;
		height: 40px;
		background: #1a78de;
		margin-top: 20px;
		border: none;
		transition: all .5s ease;
		border-radius: 25px;
	}

	.intro-1-button a {
		text-transform: uppercase;
		text-decoration: none;
		font-size: 18px;
		color: #fff;
	}

	.intro-1-button image {
		width: 6px;
		height: 16px;
	}

	.intro-3 {
		background-image: url("intro-background-2.png");
		background-position: right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 358px;
		color: #fff;
		margin:0;
		padding: 0;

	}

	.intro-3 p {
		display: none;
	}

	.article {
		float: left;
		text-align: center;
		margin: 10px 0px;
		font-size: 14px;
		width: 50%;
	}

	.article button {
		background-color: #fff;
		border: 1px solid #0f81e9;
		color: #0c0f20;
		padding: 6px 10px;
		cursor: pointer;
		font-size: 13px;
		transition: all .5s ease;
	}

	.footer-icon3 {
		height: 25px;
		width: 35px;
	}

	.link-icon {
		height: 13px;
		width: 13px;
	}

	.copyright-text {
		text-align: center;
		color: #fff;
		font-size: 16px;
	}

	.footer-links a {
		text-decoration: none;
		color: #fff;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		padding: 5px 10px;
		transition: all .5s ease;
	}

	.header-nav a {
		text-decoration: none;
		color: #fff;
		height: 45px;
		display: block;
		text-transform: uppercase;
		font-size: 18px;
		padding: 15px 15px;
		border-right: 1px solid #fff;
		transition: all .5s ease;
	}

	.header-nav {
		background-color: #1a78de;
		width: 100%;
		height: 45px;
	}

	.nav-liste {
		margin: 0 ;
		margin-left: 40px;
		padding: 0;
		height: 45px;
		list-style: none;
	}

	.dropdown-btn {
		height: 45px;
		width: 100px;
		background: #1a78de;
		border: none;
	}

	.lang-flag {
		height: 18px;
		width: 18px;
		margin-top: 2px;
	}

	.lang-icon {
		height: 35px;
		width: 35px;
	}

	.dropdown-content a {
		text-decoration: none;
		color: #fff;
		height: 25px;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		text-align: left;
		border-right: none;
		padding: 0px 10px;
	}

	.article img {
		height: 30px;
		width: 30px;
	}
}
