/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  color: #000000;
}

h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 700;
}

p {
  font-family: "Quicksand", sans-serif;
  font-size: 0.85rem;
  color: #000000;
  /*text-align: justify;
  text-justify: inter-word;*/
}

:root {
  --mainColor: #ffe3c2;
}

p > a {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 0.25rem 0.25rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: background-size .3s;
}

p > a:hover {
  background-size: 0.25rem 1rem;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

li {
  float: left;
}

li > a {
  position: relative;
  text-decoration: none;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
 font-weight: 600;
  color: #000000;
  text-align: center;
 margin-left: 14px;

}

li > a:hover {
  color:#aca9a8;
  transition: all 0.5s;

}

#activelink {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 74%;
    background-repeat: repeat-x;
    background-size: 0.25rem 0.25rem;
  color: #000;
  text-decoration: none;
  transition: background-size .3s;
}

#activelink:hover {
  color:#aca9a8;
  transition: all 0.5s;

}


#indexbody {
  background-color: #a9e6e6;
}

#imgmenu {
  max-width: 62%;
  height: auto;
  display: block;
  opacity: 0.8;
}

#imgmenuleft {
  max-width: 62%;
  height: auto;
  display: block;
  opacity: 0.8;
}

#imgmenu:hover {
  max-width: 62%;
  height: auto;
  display: block;
  opacity: 1;
  transform: rotate(30deg);
  transition: all 0.3s ease-in-out 0s;
}

#imgmenuleft:hover {
  max-width: 62%;
  height: auto;
  display: block;
  opacity: 1;
  transform: rotate(-30deg);
  transition: all 0.3s ease-in-out 0s;
}

#logofront {

    position:fixed;
    right:10px;
    bottom: 10px; 
    max-width: 15%;
}

#contentline1 {
   padding-right: 2%;
   padding-left: 2%;
   padding-top: 7%;
   padding-bottom: 5%;
    position: relative;
}

#contentline {
   padding-right: 2%;
   padding-left: 2%;
    position: relative;
}

#menuline {
   position: fixed;
   z-index: 1;
   top: 0;
  right: 0;
  width: 100%;
   padding-right: 2%;
   padding-top: 0.5%;
   padding-bottom: 1%;
   background:#ffffff;

}

#titleimage {
   position: fixed;
   top: 0;
  left: 0;
  padding-top: 1.5%;
   margin-left: 2%;

}

#logoimage {
   position: relative;
   bottom: 0;
  left: 0;
  padding-top: 1%;
 padding-left: 2%;
 padding-bottom: 1%;

}

#sociallinks {
   position: fixed;
   bottom: 0;
  right: 0;
  padding-top: 1%;
  padding-bottom: 1%;
   padding-right: 2%;
   background:#ffffff;
}

.social-links  {
  display: flex;

}

.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #fff;
  margin-right: 18px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
 
}

.social-links a:hover {
  background: #A9A6A6;
  text-decoration: none;
  transition: all 0.5s;
}

#sideimage {
   margin-bottom: 20px;
padding-left: 7%;
}

#sideimagefirst {
   margin-bottom: 20px;
padding-left: 7%;
}

#erasmus {
   display: none;
   padding-right: 2%;
   padding-left: 2%;
}

#titleimage2 {
   display: none;
   padding-right: 2%;
   padding-left: 2%;
}

/*medium screen settings <992px*/

@media only screen and (max-width: 993px) {
  
 #titleimage {
   display: none;
}


  #sideimagewhite {
    display: none;
  }

  #sideimagefirst {
  display: block;
  float: right;
  width: 60%;
  }

  #sideimageteam {
  display: block;
  float: right;
  width: 30%;
  padding-bottom: 20px;
  }

  #sideimage {
  display: none;
}

#erasmus {
  display: block;
    position: relative;
}

#erasmustext {
   font-family: "Quicksand", sans-serif;
  font-size: 0.9rem;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

#menuline {
   position: fixed;
   z-index: 1;
   top: 0;
  right: 0;
  width: 100%;
   background:#ffffff;
   padding-bottom: 40px;
   padding-top: 100px;
}

#contentline1 {
      padding-top: 328px;
    position: relative;
}

li {
  padding-right: 2%;
}

li > a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9rem;
 font-weight: 600;
  color: #000000;
  text-align: right;
  text-decoration: none;


}  

p {
  font-family: "Quicksand", sans-serif;
  font-size: 0.9rem;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;

}


#sociallinks {
   position: relative;
   bottom: 0;
  right: 0;
   background:#ffffff;
   padding-right: 20px;
}

.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
 
}

#logoimage {
   display: block;
  margin-left: auto;
  margin-right: auto;
 background: #FFFFFF;

}

#activelink {
  display: none;

}

#titleimage2 {
  display: block;
   position: fixed;
   z-index: 2;
   top: 0;
  right: 0;
   padding-right: 30px;
   margin-top: 40px;
   margin-bottom: 40px;
}

#erasmusmain {
  display: none;

}


/*end medium screen settings <992px*/

/*small screen settings <768px*/

@media only screen and (max-width: 769px) {
  
 #titleimage {
   display: none;

}

  #sideimage {
display: none;
}

  #sideimagewhite {
    display: none;
  }

  #sideimagefirst {
  display: block;
  }

  #sideimageteam {
  display: block;
  float: right;
  width: 40%;
  padding-bottom: 20px;
  }


#erasmus {
  display: block;
    position: relative;
}

#erasmustext {
   font-family: "Quicksand", sans-serif;
  font-size: 0.85rem;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 2%;

}

#menuline {
   position: fixed;
   z-index: 1;
   top: 0;
  right: 0;
  width: 100%;
  background:#ffffff;
  padding-top: 80px;
}

#contentline1 {
      padding-top: 310px;
         position: relative;
}

li {
  padding-right: 2%;
}

li > a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9rem;
 font-weight: 600;
  color: #000000;
  text-align: right;
  text-decoration: none;


}  

p {
  font-family: "Quicksand", sans-serif;
  font-size: 0.85rem;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;

}


#sociallinks {
   position: relative;
   bottom: 0;
  right: 0;
   background:#ffffff;
   padding-right: 2%;
 
}

.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
 
}

#logoimage {
   display: block;
  margin-left: auto;
  margin-right: auto;
 background: #FFFFFF;

}

#activelink {
  display: none;

}

#titleimage2 {
  display: block;
   position: fixed;
   z-index: 2;
   top: 0;
  right: 0;
   padding-right: 25px;
   padding-bottom: 20px;
}

#erasmusmain {
  display: none;

}

/*end small screen settings <768px*/

}

