/*
Theme Name: spurensuche-theme
Theme URI: http://spuren-suche.org
Description: Theme for the spuren-suche.org website
Author: Daniel Maximilian Swoboda
Author URI: http://swobo.space
*/

body {
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

nav {
    height: 60px;
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0px 0px 94px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 94px -17px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 60px -17px rgba(0,0,0,0.75);
    background-color: white;
    z-index: 100;
}

#nav-logo {
    height: 100%;
    margin-left: 10px;
}

#nav-logo:hover{
    cursor: pointer;
}

#nav-links {
    float: right;
    margin-top: 20px;
    margin-right: 10px
}

.nav-link {
    margin-left: 10px;
    color: black;
    text-decoration: none;
}

.nav-link:hover {
    color: rgb(64,167,206);
}

header {
    width: 100%;
    padding-top: 60px;
    background-color: rgba(255,255,255,0.5);
    position: relative;
}



#header-video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

#header-logo {
    width: 700px;
    left: calc(50% - 350px);
    position: absolute;
    top: calc(50% - 170px);
}

#header-button {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: rgb(31,130,172);
    text-decoration: none;
    font-weight: 900;
}

#content-body {
    background-color: white;
    position: absolute;
    width: 100%;
    padding-top: 20px;
}

#header-text {
    position: absolute;
    top: calc(50% + 60px);
    left: calc(50% - 330px);
}

.content-block {
    padding: 10px;
    margin: 10px;
    margin-left: calc(50% - 550px);
    -webkit-box-shadow: 0px 0px 30px -17px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 30px -17px rgba(0,0,0,1);
    box-shadow: 0px 0px 30px -17px rgba(0,0,0,1);
    overflow: auto;
    position: relative;
    max-width: 1080px;
    
}

.content-block-title {
    color: rgb(64,167,206);
    font-size: 1.5em;
    margin-bottom: 10px;
}

footer {
    background-color: rgb(30,30,30);
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    font-weight: 100;
}

#imprint-link {
    float: right;
    text-decoration: none;
    color: white;
}

#contact-map {
    width: 50%;
    height: 80%;
    position: absolute;
    right: 10px;
}

#contact-info {
    width: 50%;
    float: left;
}

a {
    text-decoration: none;
    color: rgb(64,167,206);
}

#about-photo-wrapper {
    width: 250px;
    height: 250px;
    background-color: rgb(64,167,206);
    float: left;
}

#about-photo {
    height: 240px;
    width: 240px;
    margin: 5px;
}

#about-text {
    width: calc(100% - 280px);
    float: left;
    margin-left: 30px;
    position: relative;
    height: 250px;
}

#about-text-wrapper {
    
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.method {
    height: 300px;
}

.method-steps {
    width: 200px;
    height: 100%;
    position: relative;
    float: left;
}

.method-step-1 {
    background: url(paw.svg);
    height: 50px;
    width: 50px;
    transform: rotate(-50deg);
    margin-left: 70px;
}

.method-step-2 {
    background: url(paw.svg);
    height: 50px;
    width: 50px;
    transform: rotate(-100deg);
}

.method-step-3 { 
    background: url(paw.svg);
    height: 100px;
    width: 100px;
    transform: rotate(-80deg);
    margin-left: 10px;
}

.method-step {
    margin-bottom: 30px;
}

.method-desc {
    float: left;
    margin-top: 70px;
}

.method-title {
    font-size: 1.5em;
    color: rgb(64,167,206);
}

.method-text {
    margin-top: 20px;
    height: 130px;
}

@media only screen and (min-width: 1101px) {
    
header {
    height: 600px;
    }
}
@media only screen and (max-width: 1100px) {
    #header-logo {
        width: 64%;   
        left: 18%;
        top: 50%;
        position: relative;
    }
    header {
        height
        position: relative;
    }
    #header-button {
        position: absolute;
        left: 0px;
    }
    
    .content-block {
        width: calc(100% - 40px);
        margin-left: 10px;
    }
    #header-text {
        display: none;
    }
}

@media only screen and (max-width: 830px) {
    
    #about-photo-wrapper {
        clear: both;
        margin-left: calc(50% - 125px);
        position: relative;
    }

    #about-text {
        clear: both;
        width: 100%;
        margin-left: 0px;
        height: auto;
        position: relative;
        margin-top: 10px;
    }
    #about-text-wrapper {
     position: relative;
      top: 0%;
      transform: none;
    }
    #contact-info{
        width: 100%;
        float: none;
    } 
    #contact-map {
        float: none;
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 500px) {
    #nav-links {
        display: none;
    }
}


    .method-steps {
        float: none;
        margin-left: calc(50% - 60px);
    }
    .method-desc {
        float: none;
        text-align: center;
        height: auto;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .method {
        height: auto;
    }
    .method-text {
        height: auto;
    }
