/* Kai Uwe Zimmermann – Sachverständiger für Schäden an Gebäuden und Wertermittlung */



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

/* Basics */


body {
    font-family: 'Open+Sans', 'Helvetica', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #fff; 
    color: #1c1c1d;
    height:100%;
    background:url(../pics/svkuz_desktop.jpg);
    background-size:cover;
}

#wrapper {
    max-width: 767px;
    padding: 0 1rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}



header {
    margin: 0; 
    min-height: 0;
}


.flex-grid{
    display: block;
}

.content {
    display: block;
    text-align: center;
    padding: 1rem;
    margin: 2rem 0 0 0;
}


.datenschutz {
    text-align: left;
}



p {
    padding: 0;
    margin: 0;
}

a {
    color: #002a62;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.dipling {
    font-weight: 600;
    font-size: 0.7rem;
}

.verstand {
    margin: 0;
    font-size: 0.8rem;
}

.kontakt{
    margin:1rem 0;
}

.desag{
    font-weight: 700;
    color: #002a62;
    font-size: 1.2rem;
}
.nummer{
    font-weight: 700;
    color: #002a62;
}




/* Footer */
footer {
    font-size: .8rem;
    color: #9b9ba0;  
    margin: 0;
    padding: .5rem;
}

.footer-legal {
    position: relative;
    text-align: center;
}

.footer-legal p {
    padding: 0;
    font-size: .6rem;
}

.footer-link {
    font-size: .6rem;
    color: #9b9ba0;
    text-decoration: none;
}
.footer-link .hover {
    text-decoration: underline;
}

h1, h2, h3 {
    color: #002a62;
}

h1{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.2rem 0;
    padding: 0;
    
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 1rem 0 .5rem 0;
}


img {
    width: 70%;
    max-width: 230px;
    height: auto;
}


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

.liste ul, .liste li {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}

ul.liste {
    padding: 0 1.5rem;
}



/* Lightbox CSS Simple */
.thumbnail {
  max-width: 40%;
  border: 1px solid#eee;
  margin: 0.8rem;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	max-height: auto;
	margin-top: 10%;
    max-width: 80%;
}

.lightbox:target {
	outline: none;
	display: block;
}


@media only screen and (min-width: 768px) {
    
    body {
        font-size: 18px;
    }

    
    #wrapper {
        position: relative;
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background-color: #ffffff;
        display: block;
    }  
    
    .content {
      display: flex;
      flex: 1;
    }
   
    .flex-grid{
        display: flex;
        width: 100%;
    }
    
    .col {
        padding: 0 1rem;
    }  
    
    img {
        width: 70%;
        max-width: 360px;
        height: auto;
    }
    
     .lightbox img {
        max-height: 80%;
         height: auto;
        margin-top: 2%;
        width: auto;
         max-width: 40%
    }
    
    .zertifikate {
        width: 100%;
        max-width: 767px;
        height: auto;
        margin: 1rem 0;
    }

}


