/* cabin-condensed-regular - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cabin-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/cabin-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-condensed-v19-latin-regular.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* cabin-condensed-700 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cabin-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/cabin-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-condensed-v19-latin-700.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* ubuntu-condensed-regular - latin */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-condensed-v16-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}
/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-narrow-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans-narrow-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-narrow-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-narrow-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
    
html {    
    padding: 0;
    margin: 0;
    font-family: 'Cabin Condensed';
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: rgba(35,35,35,1.00);
    font-style: normal;
}
body {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    font-size: 1.25rem;
    line-height: 2rem;
    overflow-x: hidden;
}
body.naked {
	font-size: 100%;
	line-height: 115%;
	padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.center {
    font-size: 90%;
    text-align: center;
}

.naked .closebutton {
    width: 100%;
	margin-top: 3rem;
	margin-left: -1rem;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0rem;
	text-align: right;
	padding: 1rem;
	background-color: rgba(207,207,207,1.00)
}

body:before {
    content: "";
    display: block;
    position: fixed;
	top: -60px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 70px);
    z-index: -10;
    background-image: url(../images/smartphone_detail-back.jpg);
    background-size: cover;
    background-position: center center;
}
body.naked:before{
    content: "";
    display: block;
    position: fixed;
    top: -60px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 70px);
    z-index: -10;
    background-size: cover;
    background-position: center center;
    background-image: url(url);
    background-color: rgba(255,255,255,1.00);
}
h1 {
    font-size: 1.4rem;
    padding: 1rem 0 0;
    margin: 0;
    line-height: 1.75rem;
}
blockquote h1  {
    text-align: center;
}
blockquote h2  {
    text-align: center;
    max-width: 100%;
}


h2 {
    font-size: 1.4rem;
    padding: 1rem 0 0;
    margin: 0;
    line-height: 1.75rem;
}

/*h2 {
    font-size: 1.25rem;
	line-height: 1.5rem;
    font-weight: 400;
}*/

h3 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5rem;
    padding-bottom: 1rem;
}
hr {
    border: 0.25rem solid rgba(122,122,122,0.61);
    margin-bottom: 2rem;
    margin-top: 3rem;
    max-width: 100%;


}
.smalltext {
    font-size: 85%;
}




.hidden {
	display: none;
}
a {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0.5rem 0 0rem;
    margin: 0 0.25rem 0 0rem;
    background-color: rgba(195,195,195,1.00);
    color: rgba(0,0,0,1.00);
}
a:hover , a:target{
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0.5rem;
    margin: 0 0.25rem;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
/*a > iframe   {
	margin: 0;
	padding: 0;
    display: none;
}
a:hover >iframe   {
    display: block;
    width: 100%;
	overflow: hidden;
}*/


figcaption  {
    margin: -0.25rem 0 1rem;
    padding: 0;
    font-size: 0.9rem;
    line-height: 115%;
}

header  {
    height: auto;
    margin-top: -1.25rem;
    padding: 0;
    max-width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*navleiste top für verschwinden*/
nav {
    background-color: rgba(244,244,244,0.9);
    left: 0;
    -webkit-box-shadow: 0px 9px 47px 8px rgba(176,176,176,0.81);
    box-shadow: 0px 9px 47px 8px rgba(176,176,176,0.81);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem;
    text-align: right;
}
ul  {
    padding: 0 3vw 0 2rem;
    margin: 1rem 0 2rem;
    line-height: 150%;
    list-style-type: circle;
    text-align: left;
}
ul li a {
	text-decoration: none;

}
main {
    max-width: 100vw;
    min-height: 90vh;
    margin-top: 50vh;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}
.h1cover   {
    margin-top: -20vh;
    text-align: center;
    color: rgba(252,252,252,1.00);
    font-size: 9vw;
    line-height: 11vw;
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    max-width: 100%;
}
.h2cover   {
    text-align: center;
    color: rgba(252,252,252,1.00);
    font-size: 5vw;
    /* [disabled]text-shadow: 0rem 0rem 5px rgba(0,0,0,1.00); */
    font-family: 'Cabin Condensed';
    font-style: normal;
    padding: 0;
    margin: 0;
    font-weight: 700;
    display: block;
    max-width: 100%;
}
.test {
    margin-top: 50vh;
    background-color: rgba(255,255,255,0.96);
    min-height: 82vw;
    width: 100%;
    max-width: 100%;
    padding: 3rem 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    color: rgba(0,0,0,1.00);
}
.test figure {
    margin: 0;
    padding: 0;
    width: 100%;
}
.test ul {
    padding: 0 3vw 0 2rem;
    margin: 1rem 0 2rem;
    line-height: 150%;
    list-style-type: circle;
}


footer {
    background-color: rgba(75,70,93,1.00);
    color: rgba(255,255,255,1.00);
    padding: 3rem 1rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.test blockquote {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
}
figure img {
    width: 100%;
    height: auto;
}


@media (min-width:800px){
html {
    font-size: 24px;
}

body:before {
    background-image: url("../images/desktop-index-ohne-logo.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
main {

}
.h1cover  {
    font-size: 8vw;
    font-style: normal;
    font-weight: 400;
    color: rgba(255,255,255,1.00);
    text-shadow: 2px 0px 30px rgba(175,200,220,1.00);
    text-decoration: underline;
    margin-top: -30vh;
}
.h2cover  {
    text-align: center;
    color: rgba(0,0,0,1.00);
    font-size: 3vw;
    text-shadow: 0rem 0rem 25px rgba(175,200,220,1.00);
    padding: 0;
    font-weight: 400;
    margin-top: -2,5rem;
    max-width: 89%;
    margin-left: auto;
    margin-right: auto;
}
.test {
    min-height: 82vw;
    padding-right: 22%;
    padding-left: 22%;
    padding-bottom: 10rem;
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    color: rgba(0,0,0,1.00);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
figcaption {
    margin: 1rem 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 115%;
}
a.telefon {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0.5rem;
    margin: 0 0.25rem;
    background-color: rgba(255,255,255,0.00);
    color: rgba(0,0,0,1.00);
}
a.telefon:hover ,a.telefon:target {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0.5rem;
    margin: 0 0.25rem;
    background-color: rgba(255,255,255,0.00);
    color: rgba(0,0,0,1.00);
}












}
