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

html {
  scroll-behavior: smooth;
}

body{
  background-color: #141414;
  color: white;
  font-family: "Raleway";
  font-weight: 300;
  font-size: 16px;
  padding: 0;
  margin:0px;
}

main{
  margin-bottom: 50px;
  margin-left: 80px;
  margin-right: 80px;
}

h1{
  font-size: 60px;
  font-weight: 500;
}

h2{
  font-size: 30px;
  font-weight: 300;
}

h3{
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
}

h4{
  font-size: 16px;
  font-weight: 300;
}

.bold{
  font-weight: 500;
}

.boldColored{
  font-weight: 500;
  color:#B167FF;
}

a{
  color:white;
  text-decoration: none;
}

.linkImText{
  font-weight: 500;
  color:#B167FF;
}

.linkImText:hover{
  color:yellow;
}

/* header */

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-right: 80px;
}

#headerLeft{
  display: flex;
  justify-content: left;
  align-items: center;
}

.logo{
  max-width: 60px;
}

#logoFarbig{
  opacity: 0;
  position: absolute;
}

#nameHeader{
  font-size: 24px;
  font-weight: 400;
  margin-left: 30px;
}

nav{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
 
}

/* kontakticons */
#kontakticonsHeader{
  display: flex;
  justify-content: end;
  align-content: end;
}

.kontaktIconsHeader{
  width: 35px;
  margin-left: 15px;
  margin-top: 5px;
}

.kontaktIconsHeader:hover .st4{ 
  stroke:#B167FF;
}

.kontaktIconsHeader:hover .st5{ 
  fill:#B167FF;
}

/*Willkommen*/
#willkommen{
  margin-top: 30px;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 30px 30px 60px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(10, 1fr);

}

#willkommenInfos{
  grid-area: 2/1/6/5;
}

.willkommenName{
  margin: 0;
}

#willkommenVorname{
  filter: drop-shadow(2px 2px 2px black);
}

#willkommenNachname{
  filter: drop-shadow(2px 2px 2px black);
}

#willkommenFunktion{
  margin-top: 10px;
  filter: drop-shadow(2px 2px 2px black);
}

#willkommenLine{
  width: 40px;
  height: 0.5px;
}

.latestWorkPfeilLink{
  grid-area: 5/12/11/13;
  align-self: end;
  justify-self: flex-end;
}

#latestWorkPfeil{
  height: 150px;
}

#latestWorkPfeilHover{
  height: 150px;
  z-index: 1;
  opacity: 0;
}


#meineArbeiten{
  grid-area: 8/8/11/13;
  align-self: end;
  justify-self: flex-end;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 300;
}

.willkommenBewerbungsfoto{
  grid-area: 1/4/11/8;
  width: 100%;
  max-width: 450px;
  min-width: 325px;
  z-index: -1;
  margin-top: 40px;
}

#willkommenBewerbungsfotoHandy{
  display: none;
}

#quote{
  grid-area: 1/9/8/13;
  margin: 0;
  align-self: center;
}

.quoteHandy{
  display: none;
}

#willkommenPassion{
  margin-bottom: 0;
  font-size: 18px;
}


/*Meine Arbeiten*/

#arbeiten{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(11, 1fr);
}

.arbeitenContainers{
  display: flex;
  justify-self: center;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.arbeiten{
  z-index: -1;
  margin: 2.5%;
  width: 100%;
  min-width: 200px;
  transition-property: opacity margin;
  transition-duration: 0.5s;
}


.textArbeitUebersicht{
  position: absolute;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.titelArbeitUebersicht{
  font-weight: 700;
  margin-bottom: 10px;
}

.trennlinieArbeiten{
  width: 200px;
}

.beschreibungArbeitUebersicht{
  margin-top: 10px;
}

/*Einfügen Vorschaubilder*/
#nowcareContainer{
  grid-area: 1/1/2/2;
}

#fegefeuerContainer{
  grid-area: 1/2/2/3;
}

#starrkContainer{
  grid-area: 2/1/3/2;
}

#grischun100Container{
  grid-area: 2/2/3/3;
}

#rivellaContainer{
  grid-area: 3/1/4/2;
}

#culturaContainer{
  grid-area: 3/2/4/3;
}

#poisonerContainer{
  grid-area: 4/1/5/2;
}

#autostopContainer{
  grid-area: 4/2/5/3;
}

#ofriContainer{
  grid-area: 5/1/6/2;
}

#geisterjagdContainer{
  grid-area: 5/2/6/3;
}

#crimensContainer{
  grid-area: 6/1/7/2;
}

#chswContainer{
  grid-area: 6/2/7/3;
}

#gelbOrangeRotContainer{
  grid-area: 7/1/8/2;
}

#laVitaContainer{
  grid-area: 7/2/8/3;
}

#raupenhotelContainer{
  grid-area: 8/1/9/2;
}

#coWorkingContainer{
  grid-area: 8/2/9/3;
}

#zurich3021Container{
  grid-area: 9/1/10/2;
}

#ktfContainer{
  grid-area: 9/2/10/3;
}

#aupContainer{
  grid-area: 10/1/11/2;
}

#garniGolfContainer{
  grid-area: 10/2/11/3;
}

#rwbContainer{
  grid-area: 11/1/12/2;
}

#cssContainer{
  grid-area: 11/2/12/3;
} 


/*------------------------------------PROJEKT-SEITEN----------------------------------------------------*/
/*Titelbild*/
.titelbilderSection{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 1fr);
  
}

#mainProjekte{
  padding-top: 50px;
}

.titelbilder{
  position: relative;
  grid-area: 1 / 1 / 11 / 13;
  width: 100%;
  z-index: -1
}

.titelbilderEinzeln{
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

/*Pfeilplatzierung*/
.projektePfeil{
  grid-area: 6 / 12 / 11 / 13;
  height: 150px;
  align-self: end;
  justify-self: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 2px rgb(82, 82, 82));
}

.projektePfeilHover{
  grid-area: 6 / 12 / 11 / 13;
  height: 150px;
  align-self: end;
  justify-self: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 1;
  opacity: 0;
  filter: drop-shadow(2px 2px 2px rgb(82, 82, 82));
}

#ofriPfeil{
  filter: drop-shadow(0px 0px 0px rgb(82, 82, 82));
}

#ofriPfeilHover{
  filter: drop-shadow(0px 0px 0px rgb(82, 82, 82));
}


/*Beschreibung*/
.titelProjekt{
  margin-bottom: 20px;
}

.titelProjektKleiner{
  margin-bottom: 20px;
  font-size: 30px;
}

.beschreibungProjekt{
  text-transform: uppercase;
}


.beschreibungProjektKleiner{
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 24.9px;
  margin-bottom: 24.9px;
}

.projektEinsZwei{
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}

.projektText{
  grid-column: 1 / 2;
}

.titelLinie{
  width: 100px;
}

.titelLinieRechts{
  width: 100px;
}

.titelLinieRechtsHandy{
  width: 100px;
  display: none;
}

.titelLinieImText{
  width: 50%;
  margin-top: 40px;
}

.aufgabenProjekt{
  display:grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: 7fr;
  grid-column-gap: 5px;
  margin-left: 10px;
}

.zusammengefassteAufgabeHandy{
  display:none;
}

.aufgabenProjektHandy{
  display: none;
}

/*Platzierung Dreiecke*/
.erstesDreieck{
  grid-area: 1/ 1 / 2 / 2;
  width: 10px;
  align-self: center;
  
}

.zweitesDreieck{
  grid-area: 2/ 1 / 3 / 2;
  width: 11px;
  align-self: center;
}

.drittesDreieck{
  grid-area: 3/ 1 / 4 / 2;
  width: 11px;
  align-self: center;
}

.viertesDreieck{
  grid-area: 4/ 1 / 5 / 2;
  width: 11px;
  align-self: center;
}

.funftesDreieck{
  grid-area: 5/ 1 / 6 / 2;
  width: 11px;
  align-self: center;
}

.sechstesDreieck{
  grid-area: 6/ 1 / 7 / 2;
  width: 11px;
  align-self: center;
}

.siebtesDreieck{
  grid-area: 7/ 1 / 8 / 2;
  width: 11px;
  align-self: center;
}

/*Platzierung Aufgaben*/
.ersteAufgabe{
  grid-area: 1/ 2 / 2 / 3;
  
}

.zweiteAufgabe{
  grid-area: 2/ 2 / 3 / 3;
  
}

.dritteAufgabe{
  grid-area: 3/ 2 / 4 / 3;

}

.vierteAufgabe{
  grid-area: 4/ 2 / 5 / 3;
}

.funfteAufgabe{
  grid-area: 5/ 2 / 6 / 3;
}

.sechsteAufgabe{
  grid-area: 6/ 2 / 7 / 3;
}

.siebteAufgabe{
  grid-area: 7/ 2 / 8 / 3;
}


/*Platzierung rechte Spalte*/
.projektEinsZweiRechteSpalte{
  grid-column: 2 / 3;
}

.projektVideoContainer{
  position: relative;
  width: 100%;
  height:0;
  padding-top: 56.25%;
}

.projektVideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*Mehr infos*/
.projektZweiEins{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}

.projektZweiEinsLinkeSpalte{
  grid-area: 1 / 1 / 2 / 2;
}

.bildZweiEins{
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
}

.bilderNebeneinander{
  display: flex;
  justify-content: center;
}

.bildNebeneinander{
  width: 50%;
}

#bildNebeneinanderErstes{
  margin-right: 20px;
}

.textZweiEins{
  grid-area: 1 / 2 / 2 / 3;
}

.textEinsZwei{
  grid-column: 1 / 2;
  justify-self: right;
}

.mehrInfoTitelZweiEins{
  font-size: 25px;
  text-transform: uppercase;
}

.mehrInfoTitelEinsZwei{
  font-size: 25px;
  text-align: right;
  text-transform: uppercase;
}

.mehrInfoEinsZwei{
  text-align: right;
}

.infotext{
  grid-column: 2 / 3;
  margin-top: 30px;
}

.infotextNachGallery{
  margin-top: 40px;
}

.galleryTitel{
  font-size: 25px;
  text-align: left;
}

/*Projekt-Quote*/
.projektQuote{
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  grid-gap: 20px;
  margin: 20px 20px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.projektQuoteAnfuehrungszeichen{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  width: 20px;
}

#projektQuoteAnfuehrungszeichenLinks{
  grid-column: 1 / 2;
}

#projektQuoteAnfuehrungszeichenRechts{
  grid-column: 3 / 4;
}

.projektQuoteText{
  grid-column: 2 / 3;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

/*Fotogalerie*/


/* FOOTER */

footer{
  background-color: white;
  color: black;
  
}

#footerContainer{
  display: grid;
  grid-template: 1fr / 1fr 3fr 1fr;
  text-align: center;
  justify-items: center;
  align-items: center;
}

#footerContent{
  padding-top: 50px;
  padding-bottom: 30px;
  grid-area: 1/2/2/3;
}

#createdBy{
  
  font-size: 10px;
  text-align: right;
  justify-self: end;
  align-self: end;
  padding-bottom:10px;
  padding-right: 10px;
  overflow: visible;
}

#createdByText{
  margin: 0px;
}


/* kontakticons */
#kontakticonsFooter{
  display: flex;
  justify-content: center;
}

.kontaktIconsFooter{
  width: 35px;
  margin: 5px;
}

.kontaktIconsFooter:hover .st1{ 
  fill:#B167FF;
}


/* Fotogalerie */


.gallery-cell{
  margin-right: 15px;
  height: 315px;
  display: block;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

.gallery-cell.is-selected {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}


.gallery-cell-video{
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
}


.gallery-cell-bild-eins{
  width: 100%;
}

.gallery-cell-bild-zwei{
  height: 315px;
  justify-self: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.gallery-cell-bild-zwei.is-selected {
  opacity: 1;
}

.gallery-cell-bild-drei{
  height: 500px;
  justify-self: center;
  opacity: 0;
}

.gallery-cell-bild-drei.is-selected {
  opacity: 1;
}

/*Enable Fullscreen*/
.main-carousel-bilder-eins.is-fullscreen .gallery-cell-bild-eins {
  height: 100%;
}

.flickity-page-dots .dot.is-selected {
  background: white;
}

/*----------------------------------------MITTELGROSSER SCREEN---------------------------------------------*/
@media screen and (max-width: 1120px){

  #willkommen{
    grid-template-columns: 30px 30px 60px 1fr 1fr 1fr 1fr 60px 1fr 1fr 1fr 1fr;
  }
}


@media screen and (max-width:1120px){

  /*Willkommen*/

.willkommenName{
  font-size: 50px;
  font-weight: 400;
}

.willkommenBewerbungsfoto{
  max-width: 400px;
}

#willkommenQuote{
  font-size: 30px;
  font-weight: 400;
}

#willkommenPassion{
  margin-bottom: 0;
  font-size: 16px;
}

#meineArbeiten{
  font-size: 26px;
  margin-bottom: 52px;
}

#latestWorkPfeil {
  height: 130px;
}

#latestWorkPfeilHover {
  height: 130px;
}


/*PROJEKTSEITEN*/

.titelbilder{
  position: relative;
  grid-area: 1 / 1 / 11 / 13;
  width: 100%;
  z-index: -1
}

.titelbilderEinzeln{
  width: 100%;
  height: 100%;
  object-fit:cover;
  top: 0;
  left: 0;
}

/*Pfeilplatzierung*/
.projektePfeil{
  height: 125px;
}

.projektePfeilHover{
  height: 125px;
}

/*Beschreibung*/

.titelProjekt{
  font-size: 30px;
}

.beschreibungProjekt{
  font-size: 20px;
  margin-top: 24.9px;
  margin-bottom: 24.9px;
}

}




/*--------------------------------------KLEINER SCREEN-----------------------------------------*/
@media screen and (max-width:890px){ 

  /*Willkommen*/

  #willkommen{
    margin-top: 20px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 20px 20px 60px 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(15, 1fr);
  
  }

#willkommenInfos{
  grid-area: 1/1/6/5;
  margin-top: 35px;
}

.willkommenName{
  font-size: 40px;
}

#willkommenFunktion{
  margin-top: 10px;
}

#funktion{
  margin-top: 10px;
  font-size: 14px;
}

#willkommenBewerbungsfoto{
  grid-area: 1/4/11/7;
  margin-top: 20px;
}

#quote{
  display: none;
  grid-area: 2/7/7/9;
}

#willkommenQuote{
  font-size: 28px;
}

#willkommenQuoteHandy{
  display: block;
  grid-area: 2/7/7/9;
  align-self: center;
  padding-bottom: 55px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 28px;
  font-weight: 400;
  
}

#willkommenPassionHandy{
  display: block;
  grid-area: 12/1/16/7;
  font-size: 18px;
  margin-top: 0px;
}

#meineArbeiten{
  grid-area: 9/6/13/9;
  margin-top: 55px;
  margin-bottom: 0px;
  margin-right: 35px;
  font-size: 24px;
  align-self: start;
}

.latestWorkPfeilLink{
  grid-area: 9/8/13/9;
  align-self: start;
  margin-top: 10px;
}

#latestWorkPfeil {
  height: 120px;
}

#latestWorkPfeilHover{
  height: 120px;
}

/*Meine Arbeiten*/

#arbeiten{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(16, 1fr);
}

/*PROJEKTSEITEN*/
/*Pfeilplatzierung*/
.projektePfeil{
  height: 100px;
  margin-right: 15px;
}

.projektePfeilHover{
  height: 100px;
  margin-right: 15px;
}

#mainProjekte{
  margin-left: 60px;
  margin-right: 60px;
}

.gallery-cell-video{
  height: 280px;
}

}

/*--------------------------------------HANDY-SCREEN-----------------------------------------*/
@media screen and (max-width:700px){   

  main{
    margin-left: 40px;
    margin-right: 40px;
  }

  /*Navigation*/
  header{
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .logo{
    width: 40px;
  }

  #nameHeader{
    font-size: 18px;
    margin-left: 25px;
  }

  .kontaktIconsHeader{
    width: 25px;
    margin-left: 10px;
    margin-top: 0px;
  }

  /*Willkommen*/

  #willkommen{
    margin-top: 40px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 7.5px 7.5px 30px 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(15, 1fr);
  
  }

#willkommenInfos{
  grid-area: 1/1/6/5;
  margin-top: 10px;
}

.willkommenName{
  font-size: 30px;
}

#willkommenFunktion{
  font-size: 12px;
  font-weight: 300;
}

#funktion{
  margin-top: 10px;
}

#willkommenBewerbungsfoto{
  display: none;
}

#willkommenBewerbungsfotoHandy{
  display: block;
  grid-area: 1/4/8/7;
  margin-top: 0px;
  min-width: 200px;
}

#willkommenQuoteHandy{
  display: block;
  grid-area: 9/1/11/6;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 24px;
  font-weight: 400;

}

#willkommenPassionHandy{
  display: block;
  grid-area: 11/1/16/9;
  font-size: 16px;
  margin-top: 5px;
}

#meineArbeiten{
  grid-area: 7/6/10/9;
  font-size: 16px;
  margin-top: 58px;
  margin-bottom: 0px;
  margin-right: 27px;
  align-self: start;
}

.latestWorkPfeilLink{
  grid-area: 7/8/10/9;
  margin-top: 15px;
}

#latestWorkPfeil {
  height: 100px;
}

#latestWorkPfeilHover{
  height: 100px;
}

/*Meine Arbeiten*/

#arbeiten{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(16, 1fr);
}

.titelArbeitUebersicht{
  font-size: 24px;
  margin-bottom: 8px;
}

.beschreibungArbeitUebersicht{
  font-size: 14px;
  margin-top: 8px;
}

.trennlinieArbeiten{
  width: 150px;
}

/*PROJEKTSEITEN*/
/*Pfeilplatzierung*/
.projektePfeil{
  display: none;
  height: 80px;
  margin-right: 8px;
  margin-bottom: 13px;
}

.projektePfeilHover{
  display: none;
  height: 80px;
  margin-right: 8px;
  margin-bottom: 13px;
}

/*Inhalt Grid*/

#mainProjekte{
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.projektEinsZwei{
  grid-template-columns: 1fr;
  grid-template-rows: 2fr;
  grid-gap: 15px;
}

.projektZweiEins{
  grid-template-columns: 1fr;
  grid-template-rows: 2fr;
  grid-gap: 15px;
}

.projektEinsZweiRechteSpalte{
  grid-area: 2 / 1 / 3 / 2;
}

.projektZweiEinsLinkeSpalte{
  grid-area: 2 / 1 / 3 / 2;
}

.bildZweiEins{
  grid-area: 2 / 1 / 3 / 2;
}

.textEinsZwei{
  grid-area: 1 / 1 / 2 / 2;
}

.textZweiEins{
  grid-area: 1 / 1 / 2 / 2;
}



/*Beschreibung*/

.titelProjekt{
  margin-bottom: 10px;
}

.titelProjektKleiner{
  margin-bottom: 10px;
}

.beschreibungProjekt{
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.beschreibungProjektKleiner{
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.gallery-cell{
  height: 240px;
}

.gallery-cell-video{
  height: 200px;
}

#bildChsw{
  display:none;
}

#aufgabenProjektChsw{
  margin-top: 0px;
}

.infotext{
  margin: 0px;
}

/*Platzierung Aufgaben*/
.zusammengefassteAufgabe{
  display:none;
}

.zusammengefassteAufgabeHandy{
  display:block;
}

.aufgabenProjekt{
  display:none;
  }

.aufgabenProjektHandy{
  display:grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: 7fr;
  grid-column-gap: 5px;
  margin-left: 10px;
  margin-top: 16px;
}
.ersteAufgabe{
  margin: 10px 0px;
}

.zweiteAufgabe{
  margin: 10px 0px;
}

.dritteAufgabe{
  margin: 10px 0px;
}

.vierteAufgabe{
  margin: 10px 0px;
}

.funfteAufgabe{
  margin: 10px 0px;
}

.sechsteAufgabe{
  margin: 10px 0px;
}

.siebteAufgabe{
  margin: 10px 0px;
}

/*Mehr Infos*/
.mehrInfoTitelEinsZwei{
  text-align: left;
}

.titelLinieRechts{
  display: none;
}

.titelLinieRechtsHandy{
  display: block;
}

.mehrInfoEinsZwei{
  text-align: left;
}

.projektQuote{
  margin: 20px 0px;
}

.projektQuoteText{
  font-size: 16px;
}

}

/*--------------------------------------GROSSER SCREEN-----------------------------------------*/
@media screen and (min-width:1550px){   

 main{
  margin-left: 100px;
  margin-right: 100px;
 }

 header{
  margin-left: 100px;
  margin-right: 100px;
 }

 footer{
  padding-left: 20px;
  padding-right: 20px;
 }

 #projektQuoteAnfuehrungszeichenLinks{
  margin-left: 50px;
 }

 #projektQuoteAnfuehrungszeichenRechts{
  margin-right: 50px;
 }

}