/*
Theme Name: YAMAL
Author: Cassandra Mehlhorn
Web: vesaire.studio
*/






/* General */

* {
      
      margin:0;
      outline:0;
      padding:0;

    }


body,
html {
    padding: 0;
    margin: 0
}

body,
html {
    height: 100%;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'SeaCollective', sans-serif;
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  word-spacing: -1px;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1"; 
  background:#eeeeee;
}


@font-face {
  font-family: "SeaCollective";
  src: url("https://sea-collective.org/wp-content/themes/v1.0/assets/fonts/seacollective-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SeaCollective";
  src: url("https://sea-collective.org/wp-content/themes/v1.0/assets/fonts/seacollective-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }




a:link, a:active, a:visited {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.current-menu-item 
{
    text-decoration: none;
    font-style:italic;
}

.header-navigation ul li:hover {
    text-decoration: none;
    font-style:italic;
}


.grid-item a
{
    text-decoration: none;
}



h1{
font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
}


h2{
font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}


h3{
font-size: 16px;
    line-height: 20px;
    font-weight: normal; 
}

p
{
font-weight:normal;
font-size: 19px;
line-height: 24px;
}

figcaption
{
font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 30px;

}


.right_column p
{
padding-top:1vh;   
}


.mobile-slide
{
display:none;
}

.mobile-button
{
display:none;
}

.cookiemodal
{
display:none;
}


.bxslider
{
padding-top:40px;
}

.bxslider ul
{
width:100%;
}


.bxslider li
{
width:100% !important;
display:block;
position:unset !important;
}

    .single section .bxslider img {
        width: 100% !important;
        height: auto;
    }

.bx-viewport
{
height: 100% !important;
    }

.bx-wrapper img {
    width: 100% !important;
    height: auto !important; /* Forces the correct aspect ratio */
    max-width: 100% !important;
}


.bx-controls-direction
{
    padding-top:20px;
display:flex;
flex-direction:row;
width:100%;
justify-content:space-between;
    }

.bx-pager
{
padding-top:20px;
    }



/* Header */



header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 22px;
}


.header-top
{
    background: #eeeeee;
    padding: 20px;
    text-align: left;
    font-size: 30px;
    font-family: Arial;
    letter-spacing: 1px;
}


.header-navigation ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-bottom: 1vw;
}


.header-navigation ul li {
    padding: 5px 60px 5px 60px;
    background-color: #eeeeee;
    width: 25%;
    border-top: 2px solid black;
    text-align: left;
    text-decoration: none;
    border-bottom: 2px solid black;
}

.header-navigation ul li:first-child {
padding-left:20px;
text-align:left;
}
.header-navigation ul li:last-child {
padding-right:20px;
text-align:left;
}



#logo a
{
text-decoration:none;
}

.header-left
{


    text-align: left;
    padding-left:2%;
    width:50%;
  font-size: 19px;
  line-height: 24px;  
    font-weight: normal; 
}

.header-right
{
    display:none;
width:50%;
    padding-right: 2%;
display:flex;
justify-content:flex-end;
}




.header-left #logo img
{
width:25%;
padding:0;
}

.header-navigation ul li a
{
text-decoration:none;
}










/* Slider */ 

.entranceslider
{   display:block;
}


.entranceslider img
{   
    width:100%;
    height:auto;
}

/* Allgemein */


section {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-left: 30%;
    margin-right: 30%;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.home section {
    width: 100%;
    padding-left:0;
    padding-top:0;
    margin-left:0;
    margin-right:0;
}

.page-template-projects section {
    width: calc(100% - 40px);
    padding-left:0;
    padding-top:160px;
        margin-left: 20px;
    margin-right: 20px;
}

section iframe
{
text-align:center;
}



section h1
{
    padding-bottom: 40px;
}

section p
{
    padding-bottom: 40px;
    padding-top: 40px;
}



/* About Page */


.teammember-image 
{
text-align:center;
}


.teammember-image img
{
width:300px;
height:auto;
opacity:1;
}


.team-item
{
padding-right:40px;
}

.member-name
{
text-align:center;
}


.member-text 
{
padding-top:30px;
padding-bottom:60px;
}




/* Single Page */


.single section img
{
width:70%;
height:auto;
}


.biotext{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}


.biotitel
{
padding-top:80px;
padding-bottom:20px;
}


.gallery-item figure
{
text-align:center;
}


.gallery 
{
margin-left:-60px;
margin-right:-60px;
}




.gallery .row
{
display:flex;
flex-direction:row;
}



/* Projectgrid */

.grid { 
    display: flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
}

.grid-item {
    display: block;
    margin-bottom: 10px;
    cursor:pointer;
    width:15%;
    padding-right: 20px;
}


.grid-item img
{
    width: 100%;
    height: auto;
}

.grid-item img:hover{
opacity:0.7;
}



/* Contact Page */

#vscf {
    clear: both;
    width: 100% !important;
}



#vscf .form-group button {
    font-family: inherit;
    font-size: 1em;
    padding: 5px 20px 5px 20px !important;
    border: 2px solid black !important;
}

#vscf .form-group button:hover {
    font-family: inherit;
    font-size: 1em;
    padding: 5px 20px 5px 20px !important;
    border: 2px solid black !important;
    color:white;
    background:black;
}


#vscf .form-group textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
    border: none !important;
}

#vscf .form-group input[type="text"], #vscf .form-group input[type="email"] {
    width: 80%;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
    border:none !important;
}

/* Footer */


footer
{

position:fixed;
bottom:0px;
left:0px;
width: 100%;
    
}


.footer-navigation ul li a{
    font-size: 2.4vw;
}

.footer-navigation ul li a:hover{
    font-size: 2.4vw;
}

.footer-navigation ul
{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width:100%;
    padding-bottom: 1vw;
}


.footer-navigation ul li
{
padding: 1vw;
    border: solid #414042 0.265vw;
    background-color: white;
    text-align: center;
}




.main-navigation ul li
{
    padding: 1.1vw;
    border: solid #414042 0.265vw;
    background-color: white;
    text-align: center;
    list-style:none;
}

.main-navigation ul li a{
    font-size: 2.4vw;
}

.main-navigation ul li a:hover{
    font-size: 2.4vw;
}



@media (min-width: 1200px) and (max-width: 1719px)  {
}




/* Tablet Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px){
}



/* Tablet Portrait */
@media (min-width: 768px) and (max-width: 991px){

    body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'SeaCollective', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    word-spacing: -1px;

}



.header-navigation
{

    display:none;
}

header {
    font-size: 16px;
    z-index: 999999;
}


.header-top {
    font-size: 16px;
    z-index: 999999;
}

    /* Mobile Menu*/


.mobile-slide {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    height: auto;
    padding-top: 75px;
    padding-bottom: 40px;
    transition: 0.5s;
    opacity: 0;
    display: none;
}

.mobile-slide.show {
        opacity: 1;
        display: block;
        transition: 0.5s;
        z-index: 9;
        text-align: left;
        background: #eeeeee;
}



.mobile-navigation {
    position: relative;
    top: 0px;
    padding-left: 20px;
    width: calc(100% - 40px);
    z-index: 9;
    height: 100%;
    transition: 0.5s;
}


nav.mobile-navigation ul li.lang-item a{
padding-bottom:30px;
}

nav.mobile-navigation ul li:hover.lang-item a{
padding-bottom:30px;
}

nav.mobile-navigation > ul {
position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
}


nav.mobile-navigation a {
text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: 0.5s;
    text-align: left;
    width:100%;
}



    nav.mobile-navigation ul li {
        color: #414042;
        list-style: none;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
    }

nav.mobile-navigation li.current_page_item a:link, nav.mobile-navigation li.current_page_item a:visited {

}

#vscf .form-group button {
    border: 1px solid black !important;
}





/* Hamburger Menu */


#menu-button-container {
  display: inline-block;
  float: right;
}

#menu-button {
    height: 30px;
    width: 32px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 999999999999;
}


#menu-button div {
  height: 0.265vw;
  width: 100%;
  background: #414042;
  position: absolute;
  top: 14px;
  transition: .4s ease-in-out;
}

 #menu-button div:nth-child(1) {
  top: 7px;
} 

#menu-button div:nth-child(2), #menu-button div:nth-child(3) {
  top: 14px;
}

#menu-button div:nth-child(4) {
  top: 21px;
}



#menu-button.animate div:nth-child(1), #menu-button.animate div:nth-child(4) {
    top: 14px;
    opacity: 0;
  }

#menu-button.animate div:nth-child(2) {
    transform: rotate(45deg);
  }

#menu-button.animate div:nth-child(3) {
  transform: rotate(-45deg);
  
}

#menu-button.change-color div {
  background: #414042;
}



    section {
    width: auto;
    display: block;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grid {
    display: block;
    width:100%;
}

.grid-item {
 width:100%;
}

.single section img {
    width: 100%;
    height: auto;
}

.team-item {
    padding-right: 0px;
}

.member-name {
    text-align: left;
}

.biotitel {
    padding-top: 40px;
    padding-bottom: 20px;
}

h1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}


p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
section h1 {
    padding-bottom: 10px;
}


.gallery {
    margin-left: 0px;
    margin-right: 0px;
}
.gallery .row {
    display: block;
}



}

/* Smartphone Landscape */
@media (min-width: 565px) and (max-width: 767px) {


    body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'SeaCollective', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    word-spacing: -1px;

}



.header-navigation
{

    display:none;
}

header {
    font-size: 16px;
    z-index: 999999;
}


.header-top {
    font-size: 16px;
    z-index: 999999;
}

    /* Mobile Menu*/


.mobile-slide {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    height: auto;
    padding-top: 75px;
    padding-bottom: 40px;
    transition: 0.5s;
    opacity: 0;
    display: none;
}

.mobile-slide.show {
        opacity: 1;
        display: block;
        transition: 0.5s;
        z-index: 9;
        text-align: left;
        background: #eeeeee;
}



.mobile-navigation {
    position: relative;
    top: 0px;
    padding-left: 20px;
    width: calc(100% - 40px);
    z-index: 9;
    height: 100%;
    transition: 0.5s;
}


nav.mobile-navigation ul li.lang-item a{
padding-bottom:30px;
}

nav.mobile-navigation ul li:hover.lang-item a{
padding-bottom:30px;
}

nav.mobile-navigation > ul {
position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
}


nav.mobile-navigation a {
text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: 0.5s;
    text-align: left;
    width:100%;
}



    nav.mobile-navigation ul li {
        color: #414042;
        list-style: none;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
    }

nav.mobile-navigation li.current_page_item a:link, nav.mobile-navigation li.current_page_item a:visited {

}

#vscf .form-group button {
    border: 1px solid black !important;
}





/* Hamburger Menu */


#menu-button-container {
  display: inline-block;
  float: right;
}

#menu-button {
    height: 30px;
    width: 32px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 999999999999;
}


#menu-button div {
  height: 0.265vw;
  width: 100%;
  background: #414042;
  position: absolute;
  top: 14px;
  transition: .4s ease-in-out;
}

 #menu-button div:nth-child(1) {
  top: 7px;
} 

#menu-button div:nth-child(2), #menu-button div:nth-child(3) {
  top: 14px;
}

#menu-button div:nth-child(4) {
  top: 21px;
}



#menu-button.animate div:nth-child(1), #menu-button.animate div:nth-child(4) {
    top: 14px;
    opacity: 0;
  }

#menu-button.animate div:nth-child(2) {
    transform: rotate(45deg);
  }

#menu-button.animate div:nth-child(3) {
  transform: rotate(-45deg);
  
}

#menu-button.change-color div {
  background: #414042;
}



    section {
    width: auto;
    display: block;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grid {
    display: block;
    width:100%;
}

.grid-item {
 width:100%;
}

.single section img {
    width: 100%;
    height: auto;
}

.team-item {
    padding-right: 0px;
}

.member-name {
    text-align: left;
}

.biotitel {
    padding-top: 40px;
    padding-bottom: 20px;
}

h1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}


p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
section h1 {
    padding-bottom: 10px;
}


.gallery {
    margin-left: 0px;
    margin-right: 0px;
}
.gallery .row {
    display: block;
}


}



/* Smartphone Portrait */
@media (min-width: 120px) and (max-width: 564px) {



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'SeaCollective', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    word-spacing: -1px;

}



.header-navigation
{

    display:none;
}

header {
    font-size: 16px;
    z-index: 999999;
}


.header-top {
    font-size: 16px;
    z-index: 999999;
}

    /* Mobile Menu*/


.mobile-slide {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    height: auto;
    padding-top: 75px;
    padding-bottom: 40px;
    transition: 0.5s;
    opacity: 0;
    display: none;
}

.mobile-slide.show {
        opacity: 1;
        display: block;
        transition: 0.5s;
        z-index: 9;
        text-align: left;
        background: #eeeeee;
}



.mobile-navigation {
    position: relative;
    top: 0px;
    padding-left: 20px;
    width: calc(100% - 40px);
    z-index: 9;
    height: 100%;
    transition: 0.5s;
}


nav.mobile-navigation ul li.lang-item a{
padding-bottom:30px;
}

nav.mobile-navigation ul li:hover.lang-item a{
padding-bottom:30px;
}

nav.mobile-navigation > ul {
position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
}


nav.mobile-navigation a {
text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: 0.5s;
    text-align: left;
    width:100%;
}



    nav.mobile-navigation ul li {
        color: #414042;
        list-style: none;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
    }

nav.mobile-navigation li.current_page_item a:link, nav.mobile-navigation li.current_page_item a:visited {

}

#vscf .form-group button {
    border: 1px solid black !important;
}





/* Hamburger Menu */


#menu-button-container {
  display: inline-block;
  float: right;
}

#menu-button {
    height: 30px;
    width: 32px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 999999999999;
}


#menu-button div {
  height: 0.265vw;
  width: 100%;
  background: #414042;
  position: absolute;
  top: 14px;
  transition: .4s ease-in-out;
}

 #menu-button div:nth-child(1) {
  top: 7px;
} 

#menu-button div:nth-child(2), #menu-button div:nth-child(3) {
  top: 14px;
}

#menu-button div:nth-child(4) {
  top: 21px;
}



#menu-button.animate div:nth-child(1), #menu-button.animate div:nth-child(4) {
    top: 14px;
    opacity: 0;
  }

#menu-button.animate div:nth-child(2) {
    transform: rotate(45deg);
  }

#menu-button.animate div:nth-child(3) {
  transform: rotate(-45deg);
  
}

#menu-button.change-color div {
  background: #414042;
}



    section {
    width: auto;
    display: block;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grid {
    display: block;
    width:100%;
}

.grid-item {
 width:100%;
}

.single section img {
    width: 100%;
    height: auto;
}

.team-item {
    padding-right: 0px;
}

.member-name {
    text-align: left;
}

.biotitel {
    padding-top: 40px;
    padding-bottom: 20px;
}

h1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}


p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
section h1 {
    padding-bottom: 10px;
}

.gallery {
    margin-left: 0px;
    margin-right: 0px;
}
.gallery .row {
    display: block;
}


}