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


/* DESKTOP */

body,
html {
  height: 100%;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
  display: grid;
}


#container {
 position: relative;
  max-width: 1200px;
  margin: auto;
  border: 3px solid black;
}


#headerbar {
	position: relative;
	max-width: 1024px;
}
	


header nav {
        top: -457px;
		width: 1194px;
		height:auto;
        text-align: center;
		position: fixed;
		font-size: 20px;
		z-index:4;
		display: block;
		background-color:rgb(255, 255, 255);
		margin: 0;
	    padding-top: 100px;
		
	}
	
 
#headerbar header nav ul li {
		display:block;
		float:none;
		border-bottom: 0px solid rgba(56,56,56, .3);
		font-family: 'Jost', sans-serif;
		font-style: normal;
		line-height: 50px;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0;
	}
	
	
	 
#headerbar header nav ul li:nth-child(7) {
		display: flex;
	}
	
#headerbar header nav ul li:nth-child(7) a{
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
#headerbar header nav ul li a {
	display: block;
}
	
header nav ul li a {
		text-decoration:none;
		color: #EE94EE;
	}

header nav ul li img {
	padding-top: 5px;
}

header nav ul li img {
	padding-top: 5px;
}


	
.menu_bar {
    position: absolute;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.8s;
	}

#page0,
#page1,
#page2,
#page3,
#page4,
#page5,
#page6 {
  padding: 0px;
  width: 1197px;
}

.bt-menu span {
  width: auto;
  box-shadow: none;
}

.menu_bar .bt-menu {
    position: fixed;
    top: 0px;
    width: 1200px;
    display: block;
    transition: top 0.8s;
	padding: 40px 110px;
	height: 20px;	
	z-index: 5;
	background-color: transparent;
	}
 
.menu_bar span {
		float:right;
		font-size:40px;
		height: 20px;
		margin-top: -10px;	
	    cursor: pointer;
		}	

#headerbar .bt-menu img {
  position: relative;
  left: 90px;
  top: 0px;
}


#navDesktop {
	position: absolute;
	width: 460px;
	right: 100px;
	top: 55px;
}


#navDesktop ul li {
	color: black;
	list-style:none;
	font-family: 'Jost', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:30px;
	line-height:10px;
	float: left;
	padding-left: 20px;
}


#navDesktop ul li a:link {
	text-decoration: none;
	list-style:none;
	color: black;
}


#language {
	display: block;
	position: absolute;
	width: 120px;
	right: -15px;
	top: 55px;
}

#language ul li {
	color: black;
	list-style:none;
	font-family: 'Jost', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:30px;
	line-height:10px;
	float: left;
	padding-left: 5px;
}


#language ul li a:link {
	text-decoration: none;
	list-style:none;
	color: black;
}

#fonsheaderbar #headerbar .deutsch {
	color: #383838;
}

#fonsheaderbar #headerbar .english {
	color: #383838;
}

.link {
	color: black;
}




/*Sticky*/

.sticky {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */
}



/*intro*/


#intro {
  width: 100%;
  padding: 100px 0px 100px 0px;
  height: 100vh;
}

#intro #caixa {
	  display: flex;
}


#intro_left {
  background-color: #FF95F1;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid black;
  width: 700px;
  height: 497px;
}

#intro_right {
	margin-left: 20px;
}

#intro_right img {
  border: 2px solid black;
  width: 500px;

}


.extra_bold {
  text-shadow: -1px 1px, 1px 1px, 1px 1px;
}

.title_intro {
  font-family: 'Jost', sans-serif;
  font-size: 7rem;
  font-weight: 900;
  padding: 60px 0px 0px 0px;
  color: white;
}

.subtitle_intro {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 20px 13px;
  color: white;
  line-height: 67px;
}



#scrolldown {
  padding: 100px;
}

#but_scrolldown {
  display: none;
}


/* WHO */

#who_content_tot {
	display: flex;
	border-bottom: 2px solid black;
}

.title_who {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 30px 0px 30px 0px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
}


#who_1 h3{
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4a4a4a;
  background-color: #ff95f1;
  padding: 20% 0;
}

.imgkate {
  border-top: 2px solid black;
}

.imgkate img {
  width: 100%;
}

#who_content {
  width: 60%;
  border-top: 2px solid black;
}

#who_content_title {
  display: none;
}


#who_1 {
  width: 40%;
  padding-right: 0px;
  border-right: 2px solid black;
  border-top: 2px solid black;
  height: 100vh;
}

#who_fil1 {
  display: flex;
  padding-top: 0px;
}

#who_fil2{
  display: block;
}

#who_content_img {
  display: flex;
  width: 100%;
}

#who_content_img #who_content_img1 img{
  width: 100%;
}

#who_content_img #intro_img2 img {
  width: 100%;
}


#who_content_txt p {
	text-align: left;
	padding: 200px 0px 0px 0px;
}

#who_content_txt,
#who_content_txt2 {
  padding: 0px 150px 0px 150px;
}

	
#who_content_txt p.title_who {
  text-align: center;
}

#who_content_txt p.txt_who,
#who_content_txt2 p.txt_who {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  color: #293133;
}

#who_content_img2 img {
  width: 200px;
  padding: 85px 0pc 85px 0px;
}

/* WHAT */

#what_content_tot_mob {
	display: none;
}

#what_content_tot_desk {
	display: flex;
	border-bottom: 2px solid black;
}

#what_content_tot_desk #what_content_tot {
	padding: 100px 0px 100px 0px;
	display: flex;
}

#what_content_tot_desk .title_what {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
}

#what_content_tot_desk .subtitle_what {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: left;
  padding: 20px 0px 0px 150px;
}

#what_content_tot_desk .txt_what {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  text-align: left;
  padding: 0px 150px;
}

#what_content_tot_desk #what_col2_fil1_col1,
#what_content_tot_desk #what_col2_fil1_col2,
#what_content_tot_desk #what_col2_fil3_col1,
#what_content_tot_desk #what_col2_fil3_col2 {
  text-align: center;
}

#what_content_tot_desk #what_col2_fil1 {
  padding-bottom: 40px;
	display: none;
}

#what_content_tot_desk #what_col2_fil1_col1 {
  padding: 200px 0px 50px 0px;
  text-align: center;
}

#what_content_tot_desk #what_col2_fil3_col1 {
  padding: 50px 0px 50px 0px;
}

#what_content_tot_desk #what_2 img {
  width: 100%;
}

#what_content_tot_desk #what_content {
  padding: 0px 0px 100px 0px;
  width: 60%;
}

#what_content_tot_desk #what_2 {
  width: 40%;
  border-left: 2px solid black;
  border-right: 2px solid black;
  height: 100vh;
}

#what_content_tot_desk #what_col1 {
	display: none;
}

#what_content_tot_desk #what_content_img #what_content_img1 img{
  width: 100%;
}


#what_content_tot_desk #what_content_img #intro_img2 img {
  width: 100%;
}


#what_content_tot_desk #what_content_txt p.title_what {
	text-align: center;
	padding: 30px 0px 30px 0px;
}

#what_content_tot_desk #what_content_txt p.txt_what {
	text-align: left;
	padding: 40px 0px;
}

#what_content_tot_desk #what_content_txt {
  padding: 0px;
}

#what_content_tot_desk #what_2 h3 {
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4a4a4a;
  background-color: #ff95f1;
  padding: 20% 0;
}
	
#what_content_tot_desk #what_content_txt p.title_who {
  text-align: center;
}

#what_content_tot_desk #what_content_txt p.txt_what,
#what_content_tot_desk #what_content_txt2 p.txt_what {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;	
}

#what_content_tot_desk #what_content_img2 img {
  width: 200px;
  margin: 30px 0px 0px 30px;
}

#what_content_tot_desk #what_col2_fil0 {
  float: left;
	display: none;
}

#what_content_tot_desk #what_col2_fil2 {
  display: block;
}

#what_content_tot_desk #what_col2_fil3 {
  display: block;
}

#what_content_tot_desk #what_col2_fil0 img {
  width: 330px;
  height: auto;
  padding: 0px;
}


/* TEAM */


#team_content_tot {
	padding: 0px 0px 0px 0px;
	display: flex;
	border-bottom: 2px solid black;
}

#team_content_txt p.title_team {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 30px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
  text-align: center;
}

#team_content {
  width: 60%;
}

#team_3 {
  width: 40%;
  padding-right: 0px;
  border-right: 2px solid black;
  height: 100vh;
}

#team_col2 {
	display: block;
	padding: 200px 0px 0px 0px;
}

#team_content_img {
  display: flex;
  width: 100%;
}

#team_content_img #team_content_img1 img{
  width: 100%;
}

#team_content_img #intro_img2 img {
  width: 100%;
}

#team_3 img {
  width: 100%;
}

#team_content_txt p,
#team_content_txt2 p{
	text-align: justify;
	padding: 40px 0px;
}

#team_content_txt {
  padding: 0px;
}

#team_3 h3{
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4a4a4a;
  background-color: #ff95f1;
  padding: 20% 0;
}
	
#team_content_txt p.title_who {
  text-align: center;
}

#team_content_txt p.txt_who,
#team_content_txt2 p.txt_who {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;	
}

#team_content_img2 img {
  width: 200px;
  margin: 30px 0px 0px 30px;
}

title_team {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 60px 0px 0px 0px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
}

.subtitle_team {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
  padding: 15px 150px 0px 150px;
}

.txt_team {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  text-align: center;
  text-align: left;
  padding: 5px 150px 0px 150px;
}


#team_kate,
#team_benny {
  text-align: left;
}


#team_kate img,
#team_benny img {
  padding-left: 150px;
}




#team_benny {
  width: 100%;
  padding: 50px 0px 200px 0px;
}

#team_kate {
  width: 100%;
}



/*CUSTOMERS*/

#cust_content_tot {
		display: block;
}

#cust_content_tot_mob {
		display: none;
}
	


#cust_content_tot {
	display: flex;
	border-bottom: 2px solid black;

}

.title_cust {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 30px 0px 30px 0px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
}

.subtitle_cust {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: left;
}

.txt_cust {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  text-align: center;
  text-align: left;
}


#cust_4 img {
  width: 100%;
}

#cust_content {
  width: 60%;
}

#cust_4 {
  width: 40%;
  border-left: 2px solid black;
  border-right: 2px solid black;
  height: 100vh;
}

#cust_content_img #cust_content_img1 img{
  width: 100%;
}


#cust_content_img #cust_img2 img {
  width: 100%;
}


#cust_content_txt p.title_cust {
	text-align: center;
	padding: 40px 0px;
}

#what_content_txt p.txt_cust {
	text-align: left;
	padding: 40px 0px;
}

#cust_content_txt {
  padding: 0px;
}

#cust_4 h3 {
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4a4a4a;
  background-color: #ff95f1;
  padding: 20% 0;
}
	
#cust_content_txt p.title_cust {
  text-align: center;
}

#cust_fil2 {
  display: flex;
	padding-top: 40px;
}

#cust_fil2_col1,
#cust_fil2_col2,
#cust_fil2_col3{
  padding: 0px 17px 0px 0px;
}

#cust_fila1 {
  padding: 200px 0px 0px 150px;
}

#cust_fila2 {
  padding: 100px 0px 200px 150px;
}

#cust_fil3_col1,
#cust_fil3_col2,
#cust_fil3_col3,
#cust_fil4_col1,
#cust_fil4_col2,
#cust_fil4_col3 {
  width: 80%;
}


/*CONTACT*/

.title_contact {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 30px 0px 30px 0px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
}


#ico_contact img {
	width: 100px;
}


#contact_content_tot {
	display: flex;
	border-bottom: 2px solid black;
}

#contact_content_txt p.title_team {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 30px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
  text-align: center;
}

#contact_content {
  padding: 0px 0px 0px 20px;
  width: 60%;
}

#contact_5 {
  width: 40%;
  padding-right: 0px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  height: 100vh;
}

#contact_col2 {
	display: flex;
	padding: 50px 0px 0px 0px;
}

#contact_content_img {
  display: flex;
  width: 100%;
}

#contact_content_img #contact_content_img1 img{
  width: 100%;
}

#contact_content_img #intro_img2 img {
  width: 100%;
}

#contact_5 img {
  width: 100%;
}

#contact_content_txt p,
#contact_content_txt2 p{
	text-align: justify;
	padding: 40px 0px;
}

#contact_content_txt {
  padding: 0px;
}

#contact_5 h3{
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4a4a4a;
  background-color: #ff95f1;
  padding: 20% 0;
}
	

.title_contact {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 30px 0px 30px 0px;
  width: 100%;
  background-color: #FF95F1;
  border: 2px solid black;
}

#ico_contact {
  padding-top: 40px;
}





* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body.form {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:30px;
	color:#777;
	background:#0CF;
}

.form {
	padding-top: 20px;
	max-width:1024px;;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 16px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	margin: 0px;
}


#contact h1 {
	font-family: 'Jost', sans-serif;
	font-size:40px;
	line-height:10px;
	color: black;
	text-align:center;
	padding-bottom:20px;
}


#contact h3 {
	color: #F96;
	display: block;
	font-size: 35px;
	font-weight: 400;
	text-align:center;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
	text-align:center;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
    resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#fb8b23;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#fb8b23;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.g-recaptcha {
	padding-bottom: 20px;
}




/* FONTS */

#textpprincipal.h2 {
	font-size: 60px;
}



/* WER SIND WIR */




/* --------------------------------- MOBILE ---------------------------------*/



@media screen and (max-width: 858px) {
	
/* ESCONDEMOS DE LA VERSION DESKTOP */
	
.imgkate {
		display: none;
}
	
body {
  width: 100%;
}	

	
section {
  height: 100vh;
}
	
#container {
  width: 100%;
	position: absolute;
  border: 0px;
}

#fonsheaderbar {
	background-color:transparent;
}


header nav {
        top: -432px;
		width:100%;
		height:auto;
        text-align: center;
		margin:0;
		position: absolute;
		font-size: 20px;
		z-index:4;
		display: block;
		background-color:rgb(255, 255, 255);
	    padding-top: 0px;
	}
	
header nav ul {
		padding-top: 75px;
} 
	
	
#headerbar header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
		font-family: "Amatic SC";
		font-style: normal;
		line-height: 50px;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0;
	}
	
	
	 
#headerbar header nav ul li:nth-child(6) {
		display: flex;
	}
	
#headerbar header nav ul li:nth-child(6) a{
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
#headerbar header nav ul li a {
	display: block;
}
	
header nav ul li a {
		text-decoration:none;
		color: #EE94EE;
	}

header nav ul li img {
	padding-top: 5px;
}

header nav ul li img {
	padding-top: 5px;
}
	
.menu_bar {
    position: absolute;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.8s;
	}
	
.menu_bar .bt-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.8s;
	padding: 40px 80px 0px 0px;
	height: 20px;	
	z-index: 5;
	background-color: transparent;
	left: 0px;
	cursor: pointer;
	}
 
.menu_bar span {
		float:right;
		font-size:40px;
		height: 20px;
		margin-top: -10px;
	}


	
#fonsheaderbar {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.8s;
	height: 80px;
	z-index: 1000;
}
	

	
	
#page0, #page1, #page2, #page3, #page4, #page5, #page6 {
  height: auto;
  padding: 0px;
  width: 100%;
}


	

#navDesktop,
#logo,
#downloadflyerDesktop,
#language {
	display: none;
}

#headerbar .bt-menu img {
  position: relative;
  left: 60px;
}
	
a#scroll-btn {
  display: none;
}
	
#but_scrolldown {
  display: none;
}
	
	
/*HOME*/
	
#putaintro {
  padding-top: 0px;
}
	
	
#headerbar {
  position: relative;
  width: 100%;
}
	
	
	

/* INTRO */

#intro {
  width: 100%;
  display: block;
  padding: 0px;
  height: auto;
}	

	
#intro_left {
  width: 100%;
  height: 45vh;
}

#intro_right {
  margin-left: 0px;
}
	
#intro_right img {
  width: 100%;
}	
	

#intro #caixa {
  display: block;
}
	
.title_intro {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  padding: 60px 0px 0px 0px;
}

.subtitle_intro {
  font-size: 2rem;
  font-family: 'Jost', sans-serif;
  font-weight: 900;
  padding: 10px 0px 20px 0px;
  line-height: 40px;
}

	
	
/* WHO */
	
#who_1 {
  width: 100%;
  padding-right: 0px;
  position: relative;
}

#who_1 h3{
  font-size: 3rem;
  color: #fff;
  background-color: #ff95f1;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #4a4a4a;
}
	
#who_content {
  width: 100%;
}
#who_content_tot {
  display: block;
  padding: 0px;
}
#who_content_img1,
#who_content_img2 img{
  display: none;
}

#who_content_txt,
#who_content_txt2{
  padding: 0px 10px 0px 10px;
}
	
who_content_txt2 p {
  padding: 0px;
}
	
#who_content_txt p {
  text-align: left;
	padding-top: 20px;
}
	
.title_who {
  font-size: 2.5rem;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
}
	

/* WHAT */
	
#what_2_mob h3{
  font-size: 10rem;
  color: #ff95f1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4a4a4a;
}

#what_content_tot_desk {
	display: none;
}

#what_content_tot_mob {
	display: block;
}
	
	
#what_content_tot_mob {
  padding: 0px;
  display: block;
}
	
#what_content_mob {
  width: 100%;
}
	
#what_col2_fil1_mob {
  padding-bottom: 0px;
}	

#what_col2_fil0_mob {
  display: none;
}

#what_2_mob {
  width: 100%;
  padding-left: 0px;
	position: relative;
}
	
#what_2_mob img {
  width: 100%;
}
	

#what_content_txt_mob .title_what { 
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 30px 0px 30px 0px;
  width: 100%;
  background-color: #FF95F1;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
}
	
#what_col2_fil1_col1_mob .subtitle_what {
  padding: 10px 0px 0px 0px;
}
	
#what_col2_fil1_col2_mob,
#what_col2_fil3_col2_mob	{
  padding: 35px;
}
	
#what_col2_fil1_col1_mob {
  padding: 0px;
}

#what_col2_fil2_mob {
  padding-top: 20px;
}
	
/* TEAM */
	
#team_content_txt p.title_team {
  font-size: 2.5rem;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
}
	
#team_content_tot {
  padding: 0px;
  display: block;
}	

#team_3 h3{
  font-size: 10rem;
}
	
#team_3 {
  width: 100%;
  padding-right: 0px;
	position: relative;
}
	
#team_content {
  width: 100%;
}
	
#team_col2 {
  display: block;
  padding: 0px 0px 10px 0px;
}
	
#team_kate, 
#team_benny {
  text-align: center;
}
	
#team_kate img, 
#team_benny img {
  width: 100%;
}	

#team_kate .txt_team, 
#team_benny .txt_team {
  padding: 5px 10px 10px 10px;
}
	
#team_kate .subtitle_team, 
#team_benny	.subtitle_team {
  padding: 15px 0px 0px 10px;
}

#team_benny {
  width: 100%;
  padding: 0px;
}

#team_kate {
  padding-bottom: 20px;
}
	
	
/* CUSTOMERS */
	
#cust_content_tot {
		display: none;
}

#cust_content_tot_mob {
		display: block;
}
	
	#cust_fil2_mob img {
		display: none;
	}
	
	
#cust_4_mob {
  width: 100%;
  padding-left: 0px;
  position: relative;
}
	
#cust_4_mob h3 {
  font-size: 15rem;
  color: #ff95f1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4a4a4a;
}	

#cust_content_tot_mob .title_cust { 
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 30px 0px 30px 0px;
  width: 100%;
  background-color: #FF95F1;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
}

#cust_4_mob img {
  width: 100%;
}
	
#cust_fil2_mob {
  padding: 5px 0px;
}
	
#cust_fil2_col1_mob img,
#cust_fil2_col2_mob img,
#cust_fil2_col3_mob img {
		width: 100%;
	padding: 5px;
	}

#cust_4_mob h3{
  font-size: 10rem;
  color: #ff95f1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4a4a4a;
}
	
/* CONTACT */
	
#contact_content_tot {
  display: block;
}
	
#contact_5 {
  width: 100%;
  padding-right: 0px;
	position: relative;
}
	
#contact_content {
  width: 100%;
	padding: 0px;
}
	
#contact_content_tot {
  padding: 0px;
}

.title_contact {
  font-size: 2.5rem;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
}
	
#contact_5 h3{
  font-size: 10rem;
}
	
/* FOOTER */

#footer ul li {
	float: left;
}

#footer ul li:nth-child(3) {
	margin-top: 20px;
	margin-left: 20px;
}

#footer {
	background-color: #ee94ee;
	width: 100%;
	height: 68px;
}

#footer img {
	height: 100%;
	width: 50px;
	margin-left: 10px;
	margin-top: 10px;
}

#footer .textFooter {
	font-size:24px;
	font-family: 'Jost', sans-serif;
	font-weight:400;
	color: white;
}

#footer .textImpressum {
	font-size:24px;
	font-family: 'Jost', sans-serif;
	font-weight:400;
	color: white;
}

#footer ul li:nth-child(4) {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	
}

#footer #contentFooter {
	max-width: 1024px;
	margin-left: auto;
	margin-right:auto;
}


	

#footer .textFooter {
	font-size:20px;
}

#footer ul li:nth-child(3) {
	margin-left: 10px;
}


}

@media screen and (min-height: 900px) and (min-width: 1200px) {
	
	#but_scrolldown {
	  display: block;
	  padding-top: 8%;
	}
}
	
	