/* 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: 1.0s;-moz-animation-delay: 1.0s;animation-delay: 1.0s;}

*,
*: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;
}

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

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

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 0 0;
border-radius: 4px 4px 0px 0px;
line-height: 0;
}

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

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

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

#bg {
background: url(img/bg.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%;
	line-height: 0;
}

.kopf {
	width: 93%;
	height: 270px;
	padding: 2em 0 0 0;
	margin: 0 0 0 7%;
	transition: 0.3s;
  	z-index: 10;
	background-color: rgba(0, 0, 0, 0.0);
	background-image: url(img/kahrs-logo.png);
			position: fixed;
			 background-size: 400px;
			 background-repeat: no-repeat;
			 background-position: bottom left;
}

.kopf.small {
  width: 70%;
  max-width: 1240px;
  margin: 0em 0 0 15%;
  padding: 1.7em 35px 0em 45px;
  position: fixed;
  background-color: rgba(53, 48, 30, 0.96);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 10;
  background-image: url(img/kahrs-logo.png);
  background-size: 210px;
  background-repeat: no-repeat;
  background-position-x: 30px;
  background-position-y: 20px;
  height: 155px;
}

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

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

.weg {
	display: inline;
}

.zeile0 {
padding-top: 400px;
}

.zeile1 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	padding: 90px 105px 105px 105px;
	margin: 0 0 6em 0;
	color: #252219;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0px 0px 4px 4px;
}

.zeile2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	padding: 90px 105px 105px 105px;
	margin: 0 0 6em 0;
	color: #252219;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
}

.zeile3 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 1.5em;
	padding: 90px 105px 105px 105px;
	margin: 0 0 0 0;
	background-color: rgba(8, 67, 94, 0.8);
	border-radius: 4px;
}

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

.zelle1 {
	float: left;
	margin: 0 80px 0 0;
}

.zelle2 {
	float: left;
	margin: 0 0 0 0;
}

h1 {
	font-size: 40px;
    line-height: 1.3em;
	color: #dddccf;
	margin: 0px 0px 4em 0px;
	font-weight: 300;
}

h2 {
	font-size: 72px;
    line-height: 1.4em;
	color: #b9b4a0;
	margin: 0px 0px 1em 0px;
	font-weight: 300;
	font-style: ;
}

h3 {
	font-size: 28px;
	color: #edebe1;
	margin: 0px 0px 1em 0px;
	font-weight: 700;
}

h4 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4em;
	color: #b9b4a0;
	margin: 2em 0px 0.5em 0px;
}

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

ul.liste {
	color: #252219;
	font-size: 18px;
	margin-left: 0.5em; 
	padding-left: 0.5em;
	margin-bottom: 2em;
	list-style-image:url(img/punkt-blau.gif);
    } 
    
ul.liste li {
	margin-bottom: 0.0em;
    }

.zitat {
font-size: 40px;
line-height: 1.3em;
color: #dddccf;
font-weight: 300;
font-style: italic;
padding: 4em 45% 4em 105px;
}

.autor {
font-size: 18px;
color: #252219;
line-height: 1.7em;
font-weight: 400;
font-style: normal;
text-align: right;
margin-top: 1em;
}

b {
font-weight: 700;
}

p {
margin: 0 0 2em 0;
}

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

a.link1 {
font-size: 18px;
color: #0090bf;
-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: #decc00;
}

a.link2 {
color:#0090bf;
text-decoration:none;
font-size:25px;
font-weight: 400;
padding: 0;
transition: all .2s ease-in-out;
}
a.link2:hover {
color:#decc00;
}

a.link3 {
font-size: 16px;
color: #0090bf;
-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: #decc00;
}

/*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.3rem;
  font-weight: 700;
  text-transform:uppercase;
}
.accordion-item.active .icon {
  background: #fefefe;
}
.accordion-item.active .icon:before {
  background: #0090bf;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-decoration: none;
  color: #0090bf;
  font-weight: 300;
  font-size: 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: #decc00;
  font-size: 1.2rem;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: #0090bf;
}
.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: #0090bf;
  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: 0em;
  }
}
/*ACCORDION-ENDE*/

/*form*/
.formbox  {
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 4px;
margin-top: 0.6em;
padding: 20px;
}
.form .text-input, .form .textarea, .form .label, .form .button {
  padding: 1em 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;line-height: normal;border: 1px solid transparent;border-radius: 0;
}
.form .text-input, .form .textarea {font: inherit;line-height: normal;width: 100%;box-sizing: border-box;display: block;padding-left: 0;border-bottom-color: rgba(0, 0, 0, 0.3);background: transparent;outline: none;color: #ffffff;}
.form .text-input:placeholder, .form .textarea:placeholder {color: rgba(0, 68, 94, 1.0);}
.form .text-input:-webkit-autofill, .form .textarea:-webkit-autofill {box-shadow: 0 0 0px 1000px white inset;border-top-color: white;border-left-color: white;border-right-color: white;}
.form .error.text-input, .form .error.textarea, .error .form .text-input, .form .error .text-input, .error .form .textarea, .form .error .textarea {
  border-color: transparent transparent red transparent;}
.form:not(.has-floated-label) .text-input:active, .form:not(.has-floated-label) .textarea:active, .form:not(.has-floated-label) .text-input:focus, .form:not(.has-floated-label) .textarea:focus {
  border-color: transparent transparent black transparent;}
.form .label {position: absolute;z-index: 10;pointer-events: none;padding-left: 0;}
.form .label {
top: 0;left: 0;color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.active .form .label, .form .active .label {font-size: 0.75em;line-height: 1;font-weight: 600;text-transform: uppercase;padding: 0;color: rgba(0, 68, 94, 0.7);background: white;}
.focus .form .label, .form .focus .label {color: #002735;}
.form.has-floated-label .field:after {
  content: "";position: absolute;bottom: 0;left: 0;width: 0%;border-bottom: 1px solid white;
  -webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form.has-floated-label .field.focus:after {width: 100%;}
.form .button {
  font: inherit;line-height: normal;cursor: pointer;background: #0090bf;border-radius: 6px;padding: 9px 15px 9px 15px;color: white;font-size: 1em;text-transform: uppercase;text-align: center;letter-spacing: 0.1em;
  -moz-transition: background .2s ease-in;
      -o-transition: background .2s ease-in;
      -webkit-transition: background .2s ease-in;
      transition: background .2s ease-in;
}
.form .button:hover, .form .button:focus, .form .button:active {color: #fff;background: #decc00;}
.form .button:active {position: relative;top: 2px;left: 2px;}
.form {max-width: 605em;margin: 0 auto;padding: 0;box-sizing: border-box;overflow: hidden;}
.form .field {position: relative;width: 100%;margin-bottom: 1.5em;float: left;}
@media screen and (min-width: 40em) {
.form .field.half {width: calc(50% - 2em);margin-right: 2em;}
.form .field.half + .half {margin-left: 2em;margin-right: 0;}
}
.form .field:last-child {float: right;width: auto;}
.form .textarea {max-width: 100%;}
svg path {fill: black;}
/*form ende*/

/*TABLETT*/

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

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

.kopf {
	width: 84%;
}

.kopf.small {
  width: 84%;
  margin: 0em 0 0 8%;
  padding: 1.7em 35px 0em 45px;
}

}

/*HANDY*/

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

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

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.auto {
width: 80%;
}

body {
line-height: 1.5em;
}

#bg {
background: url(img/bg-mobile.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 {
	margin: 0px 1.5% 20px 1.5%;
}

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

.kopf.small {
  width: 100%;
  margin: 0em 0 0 0;
  padding: 1.7em 35px 0em 45px;
  position: fixed;
  background-color: rgba(53, 48, 30, 1);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 10;
  background-image: url(img/kahrs-logo.png);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position-x: 30px;
  background-position-y: 20px;
  height: 120px;
}

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

.weg {
	display: none;
}

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

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

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

.zeile0 {
padding-top: 260px;
}

.zeile1 {
	font-size: 17px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 4em 0;
}

.zeile2 {
	font-size: 17px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 4em 0;
}

.zeile3 {
	font-size: 17px;
	font-weight: 300;
	padding: 20px 25px 25px 25px;
	margin: 0 0 4em 0;
}

.zeile4 {
	font-size: 14px;
	margin: 2em 0 2em 0;
}

.zitat {
font-size: 26px;
line-height: 1.3em;
color: #dddccf;
font-weight: 300;
font-style: italic;
padding: 1em 2% 1em 25px;
}

.autor {
font-size: 18px;
color: #252219;
line-height: 1.7em;
font-weight: 400;
font-style: normal;
text-align: right;
margin-top: 1em;
}

h1 {
	font-size: 35px;
    line-height: 1.2em;
	margin: 0px 0px 4em 0px;
	font-weight: 300;
}

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

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

h4 {
	font-size: 26px;
	font-weight: 300;
}

h5 {
	font-size: 26px;
}

ul.liste {
	font-size: 17px;
    }

}