/* 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;
}

.logo {
width: 230px;
transition: 0.3s;
margin-top: -25px;
padding: 90px 25px 25px 25px;
float: left;
box-shadow: 7px 9px 16px #00424f;
background-color: rgba(233, 199, 0, 1);
position: relative;
-moz-transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
z-index: 20;
}

.logo.small {
width: 130px;
height: auto;
margin-top: -25px;
padding: 60px 20px 20px 20px;
float: left;
box-shadow: 7px 5px 14px #00424f;
background-color: rgba(233, 199, 0, 1);
}

img.symbol {
background-color:;
padding: 0px;
margin: 0 30px 20px 0;
float: left;
}

img.symbol2 {
width: 37%;
max-width: 290px;
padding: 0px;
margin: -120px -70px 20px 30px;
float: right;
    -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
}

img.links {
  margin: 0 25px 1.2em 0;
  border-radius: 6px;
  width: 45%;
  float: left;
}

img.rechts {
  width: 55%;
  float: right;
  right: 0;
  bottom: -2em;
position: absolute;
z-index: 1;
}

img.rechts2 {
  width: 55%;
  float: right;
  margin: -170px -105px 40px 35px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

img.breit {
width: 100%;
margin: 0em 0px 0em 0px;
order-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
line-height: 0;
}

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

img.social {
  margin: 0;
  height: 50px;
  float: right;
  margin: 0 0 0 30px;
}

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: #619daf;
}

#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 {
	max-width: 1300px;
	color: #fff;
	padding: 0px 0 0 0;
	margin: auto;
	position: relative;
	transition: 0.3s;
}

.kopf.small {
  width: 70%;
  margin: 0px 0 0 0;
  padding: 0px 0px 0em 0px;
  position: fixed;
background-color: rgba(255, 255, 255, 0);
  z-index: 10;
  height: auto;
}

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

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

.weg {
	display: inline;
}

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

b.grau {
color: #b0ab92;
font-weight: 700;
}

.zeile0 {
color: #00384f;
font-size: 18px;
font-weight: 300;
line-height: 1.6em;
padding: 100px 0 0 270px;
margin: 0 0 8em 0;
}

.zeile1 {
font-size: 18px;
font-weight: 300;
line-height: 1.5em;
padding: 90px 60% 105px 105px;
margin: 0 0 6em 0;
color: #252219;
background-color: rgba(255, 255, 255, 1);
border-radius: 6px;
position: relative;
z-index: 2;
box-sizing: border-box;
}

.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, 1);
	border-radius: 6px;
	position: relative;
	z-index: 2;
}

.zeile22 {
	padding: 0px;
	margin: -7.2em 0 6em 0;
	background-color: rgba(255, 255, 255, 1.00);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: relative;
	z-index: 2;
}

.zeile3 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 1.5em;
	padding: 90px 105px 105px 105px;
	margin: 0 0 6em 0;
	background-color: rgba(0, 62, 89, 0.85);
	border-radius: 6px;
}

.zeile4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #fff;
	max-width: 1240px;
	margin: 4em 15% 4em 15%;
}

.zelle1 {
	color: #fff;
	font-weight: 300;
	padding: 20px;
	background-color: #004d70;
	margin-bottom: 1.7em;
}

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

.hinweis {
	margin: 4em 0px 0px 0px;
	padding: 40px;
	font-size:18px;
	line-height: 1.5em;
    color: #fff;
    border: 2px dotted #fff;
    background-color: #004d70;
    border-radius: 6px; 
}

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

.blau {
font-weight: 300;
color: #004d70;
}

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

h1 {
	font-size: 60px;
    line-height: 1.3em;
	color: #fff;
	margin: 0px 0px 2em 0px;
	font-weight: 300;
	width: 80%;
}

h2 {
	font-size: 38px;
	line-height: 1.4em;
	color: #004d70;
	margin: 0px 0px 1em 0px;
	font-weight: 300;
}

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

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

h5 {
	font-size: 38px;
	line-height: 1.4em;
	color: #00384f;
	margin: 0px 0px 0em 0px;
	font-weight: 700;
}

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.5em;
color: #fff;
font-weight: 300;
font-style: italic;
padding: 0 40px 0.5em 50%;
margin: 5em 0 5em 0;
text-align: right;
right: 0;
border-right: 40px solid #e9c700;
}

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

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

.autor {
font-size: 20px;
color: #000;
line-height: 1.7em;
font-weight: 700;
font-style: normal;
text-align: right;
margin: 1em 0 -1.4em 0;
}

b {
font-weight: 700;
}

br.zwei {
font-weight: 700;
margin-bottom: 0.7em;
}

p {
margin: 0 0 2em 0;
}

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

a.link1 {
font-size: 22px;
color: rgba(233, 199, 0, 1);
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.link1:hover {
color: #0b4c69;
}

a.link11 {
font-size: 18px;
color: rgba(233, 199, 0, 1);
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.link11:hover {
color: #0b4c69;
}

a.link2 {
color:rgba(233, 199, 0, 1);
text-decoration:none;
font-size:22px;
font-weight: 400;
padding: 0;
transition: all .2s ease-in-out;
}
a.link2:hover {
color:#2b7ea3;
}

a.link3 {
font-size: 16px;
font-weight: 700;
color: rgba(233, 199, 0, 1);
-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;
}

a.link7 {
font-size: 18px;
color: #252219;
font-weight: 300;
-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

a.link7:hover {
color: #0b4c69;
}

/*ACCORDION-ANFANG*/

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

.accordion-item {
  position: relative;
}
.accordion-item.active .heading {
  color: #00b322;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform:uppercase;
}
.accordion-item.active .icon {
  background: #fefefe;
}
.accordion-item.active .icon:before {
  background: #00b322;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-decoration: none;
  color: #00b322;
  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: #00b322;
}
.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: #00b322;
  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: rgba(233, 199, 0, 1);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: #2b7ea3;}
.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: 1400px) {

#inhalt {
	margin: 0px 7% 20px 7%;
	max-width: 1300px;
	line-height: 0;
}

.kopf {
	max-width: 1300px;
	color: #fff;
	padding: 0px 0 0 0;
	margin: auto;
	position: relative;
	transition: 0.3s;
}

.kopf.small {
  width: 86%;
  margin: 0px 0 0 0;
  padding: 0px 0px 0em 0px;
  position: fixed;
background-color: rgba(255, 255, 255, 0);
  z-index: 10;
  height: auto;
}

.zeile4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 4em 7% 4em 7%;
	max-width: 1300px;
}

.zitat {
padding: 0em 40px 0.5em 30%;
border-right: 40px solid #e9c700;
}

}

/*HANDY*/
@media only screen and (max-width: 900px) {

.logo {
width: 115px;
transition: 0.3s;
margin-top: -15px;
padding: 50px 10px 10px 10px;
box-shadow: 3px 5px 14px #161616;
float: left;
z-index: 20;
}

.logo.small {
width: 90px;
height: auto;
margin-top: -10px;
padding: 25px 7px 7px 7px;
float: left;
box-shadow: 3px 5px 14px #161616;
}

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

img.rechts {
  width: 100%;
  float: none;
  right: 0;
  bottom: 3em;
position: relative;
z-index: 1;
}

img.rechts2 {
  width: 100%;
  float: none;
  margin: -50px 0px 2em 0;
}

img.symbol {
width: 30%;
max-width: 150px;
background-color:;
padding: 0px;
margin: 0 35% 20px 35%;
float: none;
}

img.symbol2 {
width: 37%;
max-width: 290px;
padding: 0px;
margin: -60px 0px 20px 10px;
float: right;
    -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
}

img.social {
  margin: 0;
  height: 40px;
  float: right;
  margin: 0 0 0 20px;
}

body {
line-height: 1.5em;
}

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

.kopf {
	width: 100%;
	height: 20px;
	margin: 0 0 0 0;
}

.kopf.small {
  width: 98.5%;
  margin: 0em 0 0 0;
  padding: 0 1.5% 0em 0;
  position: fixed;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 10;
  height: 0px;
}

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


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

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

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

a.link7 {
font-size: 17px;
font-weight: 400;
}

.zeile0 {
font-size: 15px;
font-weight: 300;
line-height: 1.6em;
padding: 20px 0 0 140px;
margin: 0 0 4em 0;
}

.zeile1 {
font-size: 17px;
font-weight: 400;
line-height: 1.5em;
padding: 20px 25px 25px 25px;
margin: 0 0 4em 0;
position: relative;
z-index: 2;
box-sizing: border-box;
}

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

.zeile22 {
	padding: 0px;
	margin: -4.5em 0 4em 0;
	position: relative;
	z-index: 2;
}

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

.zeile4 {
	font-size: 14px;
	margin: 5em 1.5% 3em 1.5%;
}

.zitat {
font-size: 26px;
line-height: 1.4em;
font-weight: 400;
padding: 0 4% 0em 20%;
border-right: 20px solid #e9c700;
}

.autor {
font-size: 17px;
line-height: 1em;
font-weight: 700;
font-style: normal;
margin: 1.5em 2% -0.2em 0;
}

.feedback {
font-size: 20px;
margin: 2em 0 0em 0;
}

.hellblau {
font-size: 28px;
}

.rechts {
font-size: 17px;
}

h1 {
	font-size: 45px;
    line-height: 1.3em;
	margin: 0px 0px 2em 0px;
	font-weight: 300;
}

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

h3 {
	font-size: 26px;
	margin: 5px 0px 1em 0px;
}

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

h5 {
	font-size: 22px;
}

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

}