/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

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

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

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	animation-duration:1.5s;
}

.fade-in.one {-webkit-animation-delay: 0.3s;-moz-animation-delay: 0.3s;animation-delay: 0.3s;}
.fade-in.two {-webkit-animation-delay: 1s;-moz-animation-delay: 1s;animation-delay: 1s;}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearer {
	float: none;
	clear: both;
	width: 1px;
	font-size: 0.001em;
	line-height: 0.001em;
	height: 0.001em;
}

img.logo {
width: 400px;
}

img.partner {
width: 40%;
padding: 60px;
}

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

img.symbol {
top: 10px;
padding: 0 7px 0 17px;
position: relative;
}

img.symbol2 {
width: 40px;
margin: 0 1px 0 0px;
	position: relative;
	top: 13px;
}

img.links {
  margin-right: 15px;
  width: 50%;
  border-radius: 4px;
  float: left;
}

img.rechts {
  margin-top: -7em;
  margin-left: 15px;
  width: 50%;
  border-radius: 80px;
  float: right;
}

img.breit {
width: 100%;
margin: 0 0 4em 0;
border-radius: 0px 0px 24px 24px;
}

img.breit2 {
width: 100%;
margin: 1em 0 1em 0;
border-radius: 0;
}

img.auto {
width: 80%;
margin: -2em 0 2em 0;
float: right;
}

img.social {
  margin: 0;
  height: 50px;
  float: none;
  margin: 0 20px 0 0px;
}

img.werland {
width: 60px;
top: 12px;
padding: 0 0 0 0;
margin-top: -4px;
position: relative;
}

html {
   font-family: 'Ubuntu', sans-serif;
}

body {
margin: 0;
height: 100%;
line-height: 1.7em;
background-color: #ccc;
}

#bg {
background: url(img/bg-breit.jpg);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		z-index: -1;
}

#inhalt {
	max-width: 1240px;
	margin: 0px 15% 20px 15%;
}

.kopf {
	width: 70%;
	max-width: 1240px;
	height: 190px;
	font-size: 18px;
	color: #fff;
	line-height: 1.7em;
	padding-top: 2em;
	margin: 0 0 0 0;
	transition: 0.3s;
  	z-index: 10;
	background-color: rgba(0, 0, 0, 0.0);
	background-image: url(img/logo-san-bauleistungen.png);
			position: fixed;
			 background-size: 430px;
			 background-repeat: no-repeat;
			 background-position: bottom left;
}

.kopf.small {
  width: 70%;
  margin: 0em 0 0 0;
  padding: 1.7em 35px 0em 45px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 10;
  background-image: url(img/logo-san-bauleistungen-w.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position-x: 30px;
  background-position-y: 20px;
  height: 135px;
}

.kopf.small ~ .zeile0 {
padding-top: 310px;
}

.kontakt {
float: right;
margin: -1em 0 0 0;
}

.weg {
	display: inline;
}

.zeile0 {
padding-top: 310px;
}

.zeile1 {
	font-size: 18px;
	font-weight: 300;
	padding: 40px 45px 45px 45px;
	margin: 0 0 0 0;
	color: #000;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 24px 24px 0px 0px;
}

.zeile2 {
	font-size: 18px;
	font-weight: 300;
	padding: 40px 45px 45px 45px;
	margin: 0 0 4em 0;
	color: #000;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 24px 24px 24px 24px;
}

.zeile3 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding: 40px 45px 45px 45px;
	margin: 0 0 4em 0;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 24px 24px 24px 24px;
}

.zeile4 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 2em 0;
	text-align: right;
}

.yes {
display: inline-block;
float: left;
font-weight: 700;
padding: 0 20px 0 0;
}

.feedback {
font-size: 22px;
line-height: 1.5em;
color: #004d70;
font-weight: 300;
font-style: italic;
margin: 2.5em 0 2.5em 0;
}

.hellblau {
font-size: 30px;
line-height: 0em;
color: #9cd5eb;
font-weight: 700;
font-style: italic;
margin: 0em 0 0em 0;
}

.rechts {
font-size: 18px;
text-align: right;
font-weight: 300;
color: #000;
}

.linie {
width: 100%;
height: 1px;
margin: 1.5em 0 1.5em 0;
background-color: #9cd5eb;
line-height: 0;
}

h1 {
	font-size: 84px;
    line-height: 1.2em;
	color: #fff;
	margin: 0px 0px 2em 0px;
	font-weight: 700;
}

h2 {
	font-size: 38px;
    line-height: 1.4em;
	color: #000;
	margin: 0px 0px 1.5em 0px;
	font-weight: 300;
	font-style: italic;
}

h3 {
	font-size: 26px;
	color: #00658b;
	margin: 0px 0px 1em 0px;
	font-weight: 700;
}

h4 {
	font-size: 38px;
	font-weight: 400;
	line-height: 1.4em;
	color: #fff;
	margin: 1em 0px 0em 0px;
}

h5 {
	font-size: 38px;
    line-height: 1.4em;
	color: #fff;
	margin: 0px 0px 1.5em 0px;
	font-weight: 300;
	font-style: italic;
}

p {
	margin-bottom: 1.8em;
}


strong {
	font-weight: 700;
}

a {text-decoration:none;}
a:focus {outline:0;}

a.link1 {
font-size: 18px;
font-weight: 400;
color: #8da900;
-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

a.link1:hover {
color: #b6cc00;
}

a.link2 {
color:#d2e500;
text-decoration:none;
font-size:19px;
font-weight: 400;
padding: 0 0 0 8px;
transition: all .2s ease-in-out;
}
a.link2:hover {
color:#f2f500;
}

a.link3 {
font-size: 16px;
color: #d2e500;
font-weight: 400;
-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

a.link3:hover {
color: #f2f500;
}

/*ACCORDION-ANFANG*/

.accordion {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
}

.accordion-item {
  position: relative;
}
.accordion-item.active .heading {
  color: #00658b;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform:uppercase;
}
.accordion-item.active .icon {
  background: #fefefe;
}
.accordion-item.active .icon:before {
  background: #8da900;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-decoration: none;
  color: #8da900;
  font-weight: 300;
  font-size: 1.1rem;
  position: relative;
  padding: 1rem 1rem 1rem 2.7rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 40rem) {
  .accordion-item .heading {
    font-size: 1.1rem;
  }
}
.accordion-item .heading:hover {
  color: #b6cc00;
  font-size: 1.2rem;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: #8da900;
}
.accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.15rem solid #fefefe;
  border-radius: 5px;
  transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
  content: "";
  width: 0.75rem;/*war 1.25*/
  height: 0.15rem;
  background: #8da900;
  position: absolute;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {

  padding-bottom: 0em;
}
@media (min-width: 40rem) {
  .accordion-item .content {
    line-height: 1.5;
    margin-top: -1em;
  }
}
/*ACCORDION-ENDE*/

/*TABLETT*/

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

#inhalt {
	margin: 0px 8% 20px 8%;
}

.kopf {
	width: 84%;
}

.kopf.small {
  width: 84%;
}

}

/*HANDY*/

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

img.symbol {
top: 10px;
padding: 0 7px 0 0px;
position: relative;
}

img.symbol2 {
width: 40px;
margin: 0 1px -0.7em 0px;
	position: relative;
	top: 0px;
}

.yes {
display: inline-block;
float: none;
font-weight: 700;
padding: 1.5em 20px 0em 0;
}

img.partner {
width: 75%;
padding: 40px;
}

img.links {
  margin-right: 0px;
  width: 100%;
  border-radius: 3px;
  float: none;
}

img.rechts {
  margin-top: 2em;
  margin-left: 0px;
  margin-bottom: 0em;
  width: 100%;
  float: none;
}

img.breit {
width: 100%;
margin: 0 0 3em 0;
border-radius: 0px 0px 6px 6px;
}

img.auto {
width: 100%;
margin: 2em 0 1em 0;
float: none;
}

img.werland {
width: 45px;
top: 8px;
margin-top: -4px;

}

body {
line-height: 1.5em;
}

#bg {

position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0px;
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
z-index: -1;
}

#inhalt {
	margin: 0px 1.5% 20px 1.5%;
}

.kopf {
	width: 97%;
	height: 90px;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin: 0 0 0 0;
	background-size: 260px;
	background-position-x: 10px;
}

.kopf.small {
width: 100%;
height: 120px;
font-size: 14px;
letter-spacing: 0.05em;
  padding: 1.7em 10px 0em 45px;
margin: 0 0 0 -1.5%;
background-size: 260px;
background-position-x: 20px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.kopf.small ~ .zeile0 {
padding-top: 160px;
}

.weg {
	display: none;
}

a.link1 {
font-size: 17px;
}

a.link2 {
font-size: 17px;
}

a.link3 {
font-size: 15px;
}

.zeile0 {
padding-top: 160px;
}

.zeile1 {
	font-size: 17px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 0 0;
	border-radius: 6px 6px 0px 0px;
}

.zeile2 {
	font-size: 17px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 3em 0;
	border-radius: 6px 6px 6px 6px;
}

.zeile3 {
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 3em 0;
	border-radius: 6px 6px 6px 6px;
}

.feedback {
font-size: 20px;
line-height: 1.5em;
color: #004d70;
font-weight: 300;
font-style: italic;
margin: 2.5em 0 2.5em 0;
}

.hellblau {
font-size: 28px;
line-height: 0em;
margin: 0em 0 0em 0;
}

.rechts {
font-size: 17px;
font-weight: 300;
}

h1 {
	font-size: 48px;
    line-height: 1.2em;
	margin: 0px 0px 2em 23px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
    line-height: 1.4em;
	margin: 0px 0px 1em 0px;
	font-weight: 300;
}

h3 {
	font-size: 20px;
	margin: 0px 0px 1em 0px;
	font-weight: 700;
}

h4 {
	font-size: 30px;
	margin: 1em 0px 0.3em 0px;
	font-weight: 400;
}

h5 {
	font-size: 30px;
}

}