@charset "utf-8";

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body {
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: url(../images/martinas-home-bg.jpg);
    background-attachment: fixed;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #000;
}

.none {
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

h1, h2 {
    padding-top: 50px;
    font-size: 2.1em;
    margin: 0;
    text-align: center;
}

a {
    color: inherit;
}

.none {
    height: 0;
    margin: 0;
    padding: 0;
}

.header, .banner, .part2, .part3, .part4, .part5, footer {
    width: 100%
}

.part2 article, .part3 article, .part4 article, .part5 article, .part5-2 article, .part7 article, .part8 article, .part9 article, footer article {
    width: 60%;
    min-width: 1000px;
    margin: auto;
}

.header {
    height: 200px;
    background-color: #000;
}

nav {
    height: 100%;
    width: 60%;
    margin: auto;
    background-image: url(../images/martinas-handyladele-logo.jpg);
    background-position: 0 50px;
    background-repeat: no-repeat;
}

nav ul {
    position: relative;
    top: 90px;
    right: 30px;
}

nav ul li {
    list-style-type: none;
    float: right;
    margin: 15px
}

nav ul li h2 {
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    margin: -5px 0 0 0;
    font-weight: 400;
}

nav ul li h2:hover {
    color: #ff0;
}

nav ul li h2 a {
    text-decoration: none;
}

.banner-box {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner {
    height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: -10;
    position: relative;
    overflow: hidden;
}

.banner ul {
    margin: 0;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
    overflow: hidden;
    width: 100%;
}

.banner ul li img {
    width: 100%; /*width:auto !important;*/
}

.banner ul, .banner ul li {
    padding: 0;
    margin: 0;
}

.part2 {
    height: 500px;
    background-color: #333;
    text-align: center;
    margin-top: -20px
}

.part2 h2 {
    color: #fff;
    padding-bottom: 50px;
}

.part2 p {
    text-align: center;
    color: #ff0;
    margin-top: 20px;
}

.part3 {
    height: 500px;
    background-color: #000
}

.part3 ul {
    width: 50%;
    float: left;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.part3 .img-box {
    width: 50%;
    height: 500px;
    float: right;
    background-image: url(../images/handyholz.jpg);
    background-size: cover;
    background-position: center
}

.part4 {
    height: 500px;
    background-color: #ccc
}

.part4 .img-box {
    width: 50%;
    height: 500px;
    float: left;
    background-image: url(../images/handyheadphones.jpg);
    background-size: cover;
    background-position: center
}

.part4 p {
    width: 40%;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    text-align: center;
    font-size: 1.2em;
    float: right;
}

.part5 {
    height: 500px;
    background-color: #333;
}

.part5 h2 {
    color: #fff;
}

.part5 p {
    text-align: center;
    color: #ff0;
    line-height: 1.5em;
}

.part5-2 {
    height: 500px;
    background-color: #000;
}

.part5-2 h2 {
    color: #ff0;
}

.part5-2 p {
    text-align: center;
    color: #fff;
    line-height: 1.5em;
}

.part6 {
    height: 500px;
    background-image: url(../images/shop2018.jpg);
    background-size: cover;
    background-position: center
}

.part6-2 {
    height: 500px;
    background-image: url(../images/drei-shop.jpg);
    background-size: cover;
    background-position: center
}


#page-to-top {
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    height: 40px;
    position: fixed;
    bottom: 0;
    display: none;
    background-image: url(../images/nach-oben.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#respons-slider {
    height: 500px;
}

@media screen and (max-width: 1500px) {
    nav {
        width: 100%;
        background-position: 50px 50px;
    }

}

@media screen and (max-width: 1000px) {
    nav {
        width: 100%;
        background-position: center top;
        padding-top: 100px;
        text-align: center;
    }

    section.header {
        height: 300px;
        width: 100%;
        overflow: hidden;
    }

    .banner {
        width: 100% !important;
        overflow: hidden;
    }

    nav ul {
        width: 410px !important;
        margin: auto;
    }

    .part2 article, .part3 article, .part4 article, .part5 article, .part5-2 article, .part7 article, .part8 article, .part9 article, footer article {
        width: 100%;
        min-width: 100%;
    }

    .part2 article img {
        width: 80%;
    }

    .part3 article ul {
        width: 70% !important;
        margin-bottom: 50px;
        margin-left: 20%
    }

    .part3 {
        height: 350px !important;
    }

    .part3 .img-box {
        display: none;
        width: 100%;
        height: 500px;
        margin: auto;
    }

    .part4 {
        height: 950px !important;
    }

    .part4 .img-box {
        width: 100%;
        height: 500px;
    }

    .part4 p {
        width: 100%;
    }

    .part4 p img {
        width: 250px;
    }

    .part5, .part5-2 {
        height: auto !important;
        padding-bottom: 50px;
    }

    .part5 p {
    }

    .part7 {
        height: 650px !important
    }

    .part8 {
        height: 600px !important;
    }

    .part8 p {
        width: 100%;
        text-align: center
    }

    .part8 article p a img {
        width: 24.9%;
        margin: -0.3% -0.2% -0.3% -0.2%;
        background-color: #FF0
    }

}

@media screen and (max-width: 1050px) {
    #respons-slider {
        height: 400px !important
    }
}

@media screen and (max-width: 850px) {
    #respons-slider {
        height: 350px !important
    }

    .part7 {
        height: 530px !important
    }

    .part7 h2 {
        font-size: 1.2em
    }
}

@media screen and (max-width: 650px) {
    .part8 article p a img {
        width: 24.7%;
        margin: -0.3% -0.2% -0.3% -0.2%;
        background-color: #FF0
    }

    .part7 {
        height: 500px !important
    }

    #respons-slider {
        height: 250px !important
    }

    .part7 {
        height: 1100px !important
    }

    section#martina, section#alex, section#nena, section#kosi, section#volkan {
        width: 40% !important;
    }

    #martina, #alex, #nena, #kosi, #volkan{
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 70px !important;
    }
}

@media screen and (max-width: 500px) {
    #respons-slider {
        height: 150px !important
    }

    nav {
        width: 100%;
        background-position: center 10px;
        background-size: contain;
        padding-top: 100px;
        text-align: center;
    }

    section.header {
        height: 300px;
        width: 100%;
        overflow: hidden;
    }

    .banner {
        width: 100% !important;
        overflow: hidden;
    }

    nav ul {
        width: 95% !important;
        margin: auto;
    }

    nav ul li {
        width: 100%;
        margin: 0;
        float: none !important;
        text-align: center;
    }

    .part2 {
        height: 650px !important
    }

    .part3 {
        height: 480px !important;
    }

    .part7 {
        height: 900px !important;
    }

    .part9 {
        height: 900px !important
    }

    .part9 p, .part9 form {
        width: 100% !important;
    }

    .part9 form {
        padding: 0 !important;
    }

}

.part7 {
    height: 1000px; 
    background-color: #333
}

.part7 h2 {
    color: #ff0;
}

section#martina, section#alex, section#nena, section#kosi, section#volkan {
    width: 18%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

section#martina p, section#alex p, section#nena p, section#kosi p, section#volkan p{
    text-align: center;
    display: none;
    background-color: #000;
    height: 100%;
    width: 100%;
    margin-top: -0%;
    opacity: 0.7;
    color: #fff;
}

section#martina h2, section#alex h2, section#nena h2, section#kosi h2, section#volkan h2{
    position: relative;
    height: 0px;
    overflow: visible;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

#martina {
    background-image: url(../images/team/martina.png);
    margin-left: 14%;
}

#alex {
    background-image: url(../images/team/alex.png);
    margin-left: 7%;
    margin-right: 7%;
}

/** 
#magdalena {
    background-image: url("../images/team/magdalena.png");
	margin-right: 14%;
}

#ivan {
    background-image: url("../images/team/ivan.png");
	  margin-left: 14%; 
}**/
 
#kosi {
	background-image: url("../images/team/jana.png");
	margin-right: 14%;
}

#nena {
    background-image: url("../images/team/nena-neu.png");
	margin-left: 14%; 
}

#volkan {
	background-image: url("../images/team/volkan.png");
    margin-left: 7%;
    margin-right: 7%;
}


.part8 {
    height: 680px;
    background-color: #000;
}

.part8 h2, .part9 h2 {
    color: #fff;
}

.part9 {
    height: 500px;
    background-color: #333
}

.part9 form {
    width: 40%;
    padding: 5% 5% 0 5%;
    float: right;
    color: #fff;
}

.part9 form .line {
    height: 1em;
    width: 100%
}

.part9 form select, .part9 form textarea {
    width: 100%;
}

.part9 form select, .part9 form select option, .part9 form input {
    font-size: 1em;
    padding: 0.5%;
    font-family: 'Source Sans Pro', sans-serif;
}

.part9 form textarea {
    width: 98%;
    background-color: #666;
    height: 90px;
    padding: 1%;
}

.part9 form input {
    float: right;
    background-color: #666;
    color: #fff;
    border: none;
    padding: 4%
}

.part9 label {
    color: #fff;
    font-weight: 300
}

.part9 select {
    width: 97%;
    background-color: #666;
}

.part9 form input#email {
    width: 98%;
    float: none;
    background-color: #666;
    color: #fff;
    border: none;
    padding: 0.5%;
    border: #aaa 1px solid;
}

p#frmError {
    height: 0px;
    overflow: visible;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #f00;
    padding: 0;
    margin: 0;
}
.part9left, .part9right {
	width:50%;
}
.part9right {
	float: right;
	padding-top: 0px;
	margin-top: 0px;

}

.part9right p {
	 color: #ff0;
}
.part9 p {
    color: #fff;
    width: 50%;
	 /* width: 100%;*/
    float: left;
}

.part9 article p.oeffnungszeiten {
    color: #ff0;
   /* padding-top: 5%;*/
	
	
}

.part9 article p.info .left {
    width: 25%;
	
   float: left;
	
}

footer {
    background-color: #000;
    padding-bottom: 50px;
}

footer p {
    color: #999;
    margin: 0;
}

footer p.small {
    text-align: center;
}

footer p.small img {
    margin: 7%;
    width: 13%;
}

footer p .right {
    float: right;
}

/*IMPRESSUM */
#link-impressum, #link-agb, #link-datenschutz {
    cursor: pointer;
    text-decoration: underline;
}

.close {
    cursor: pointer;
    position: fixed;
    margin-top: -3.5%;
    margin-left: 35%;
    z-index: 10;
}

section#impressum, section#agb, section#datenschutz {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0.95;
    background-color: #000;
    display: none;
}

section#impressum div, section#agb div, section#datenschutz div {
    width: 66%;
    overflow: scroll;
    overflow-x: hidden;
    margin-left: 15%;
    background-color: #fff;
    padding: 2%;
    border: 10px #aaa solid;
    border-radius: 10px;
    background-color: #aaa;
    color: #ccc;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
     -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;*/
}

section#impressum h1, section#agb h1, section#datenschutz h1 {
    width: 50%;
    padding: 0;
    color: #ff0;
    font-size: 1.3em;
    padding: 1%;
    margin-left: -3%;
    background-color: #666;
    text-align: left;
    opacity: 0.7;
    border-radius: 10px;
}

section#impressum p, section#agb p, section#datenschutz p {
    width: 100%;
    margin: 0;
    padding: 5%;
    color: #333;
    margin-left: -3%;
    background-color: #aaa;
}

/* SLIMBOX */
.part8 article p {
}

.part8 article p a {
    text-decoration: none;
    height: 0px;
    line-height: 1px;
    border: none;
    outline: none;
}

.part8 article p a img {
    width: 25%;
    margin: -0.3% -0.2% -0.3% -0.2%;
    background-color: #FF0;
    border: none;
    outline: none
}

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
section.part7,
section.part8,
section.part9 {
    width: 100%;
    float: left;
    padding-bottom: 6%;
}

section#martina,
section#alex,
section#nena,
section#kosi, 
section#volkan {
    display: block;
    position: relative;
}

#team article section p {
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 16px;
}

#team article section p span {
    display: table;
    height: 85%;
    width: 100%;
}

#team article section p span span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}




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

    section.part7,
    section.part8,
    section.part9 {
        width: 100%;
        float: left;
        padding-bottom: 10%;
    }

    section#team section {
        width: 25%;
    }

    section#team section.mitte{
        margin-left: 6.25% !important;
        margin-right: 6.25% !important;
    }

    section#team section.links {
        margin-left: 6.25% !important;
        margin-right: 0 !important;
    }

    section#team section.rechts {
        margin-left: 0 !important;
        margin-right: 6.25% !important;
    }
	

}

@media screen and (max-width: 1001px) and (min-width: 750px){

	.part7{
		padding-bottom: 400px !important;
	}
	}


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

    .wrapper {
        padding: 0 20px;
    }

    section.part8,
    section.part9 {
        width: 100%;
        float: left;
    }

	.part9left, .part9right {
	width:100%;padding-left: 10%;
}
.part9right {
	float: none;
	padding-top: 0px;
	margin-top: 0px;

}
	.part9, .part8 { height: 100%!important;}
	
    section#team {
        height: auto !important;
        padding: 0 0 60px 0;
        float: left;
    }

    section#martina,
    section#alex,
	section#nena,
	section#kosi,
	section#volkan {
        width: 40% !important;
        margin: 0 auto 80px !important;
        display: block;
        float: left;
        position: relative;
    }


    section#team section{
        margin-left: 6.6% !important;
        margin-right: 6.6% !important;
    }

    section#team section.zwei {
        float: right;
        margin-left: 0 !important;
        margin-right: 6.6% !important;
    }

    section#team section.rechts {
        margin-left: 6.6% !important;
        margin-right: 6.6% !important;
    }
    section#team section.zwei.rechts {
        margin-left: 0 !important;
    }

    #team article section p {
        font-size: 20px;
    }
}




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

    section#team {
        height: auto !important;
        padding-bottom: 60px;
    }

    #team article section p {
        font-size: 20px;
    }

    section#team h2 {
        margin-bottom: 40px;
    }

    section#team section h2 {
        margin-top: 50px;
    }

    section#martina,
    section#alex,
	section#nena,
	section#kosi,
	section#volkan {
        width: 80% !important;
        margin: 0 auto !important;
        display: block;
        float: none;
        position: relative;
    }

    section#team section,
    section#team section.links,
    section#team section.rechts,
    section#team section.mitte{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    section#team section.zwei {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    section#team section.zwei.rechts {
        margin-left: auto !important;
    }

}

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

}

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

}



