@charset "UTF-8";

/* ========= F O N T S ========================================================================================== */

@font-face {
    font-family: 'barlowregular';
    src: url('_typo/barlow-regular-webfont.woff2') format('woff2'),
         url('_typo/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowsemibold';
    src: url('_typo/barlow-semibold-webfont.woff2') format('woff2'),
         url('_typo/barlow-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowsemibold_italic';
    src: url('_typo/barlow-semibolditalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowthin';
    src: url('_typo/barlow-thin-webfont.woff2') format('woff2'),
         url('_typo/barlow-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowthin_italic';
    src: url('_typo/barlow-thinitalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowblack';
    src: url('_typo/barlow-black-webfont.woff2') format('woff2'),
         url('_typo/barlow-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowblack_italic';
    src: url('_typo/barlow-blackitalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowbold';
    src: url('_typo/barlow-bold-webfont.woff2') format('woff2'),
         url('_typo/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowbold_italic';
    src: url('_typo/barlow-bolditalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowextrabold';
    src: url('_typo/barlow-extrabold-webfont.woff2') format('woff2'),
         url('_typo/barlow-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowextrabold_italic';
    src: url('_typo/barlow-extrabolditalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowextralight';
    src: url('_typo/barlow-extralight-webfont.woff2') format('woff2'),
         url('_typo/barlow-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowextralight_italic';
    src: url('_typo/barlow-extralightitalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowitalic';
    src: url('_typo/barlow-italic-webfont.woff2') format('woff2'),
         url('_typo/barlow-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowlight';
    src: url('_typo/barlow-light-webfont.woff2') format('woff2'),
         url('_typo/barlow-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowlight_italic';
    src: url('_typo/barlow-lightitalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowmedium';
    src: url('_typo/barlow-medium-webfont.woff2') format('woff2'),
         url('_typo/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowmedium_italic';
    src: url('_typo/barlow-mediumitalic-webfont.woff2') format('woff2'),
         url('_typo/barlow-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ============================================================================================================ */
/* ========= H T M L ========================================================================================== */

html, body {
    width: 100%; 
    height: 100%;
    margin: 0;
}

body {
  	font-family: 'barlowregular', Arial, Verdana, sans-serif;
	font-size: 100%;
	padding: 0;
}

#diashow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0 auto 0 auto;
    z-index: 100;
}

iframe {
	width:100%;
	/*height:10px;*/
	margin:0 auto 0 auto;
}

#flutsch {
	display:block;
	position:fixed;
	margin:20px 0 0 20px;
	float:left;
	opacity:0.5;
	cursor:pointer;
}

#flutsch img {
	width:20px;
	height:20px;
}




header {
	margin: 20px 0 0 2%;
}

#abschluss {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	height: 20px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ========= F E L D ========================================================================================== */

.feld {
  position: relative;
  width: calc( 33.35% - 8px );/*33 minus 2x 2 padding)*/
  /*height:100%;*/
  min-height: 40px;
  margin:10px 10px 0 0;
  padding: 0;
  float: left;
}

.feld img {
  width: 100%;
  height: auto;
}

.feld:nth-of-type(3n) {
  margin-right: 0;
}

.feld:hover .overlay {
  width: 100%;
  left:0;
  opacity: 0.9;
}

.overlay {
  display:block;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color:#FFF;/* #ffff00; */
  opacity: 0;
  transition: .5s ease;
}

.overlay a {
	/* macht das gesamte div anklickbar */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text {
	position: absolute;
	width: calc(100% - 30px); /*alternativ fester Wert = ca. Breite bei .feld-min-height: 40px, damit während Ani kein Umbruch stattfindet */
	left: 0;
	top: 0;
	padding: 0;
	margin: 0 0 0 15px;
	transform: translateX(0);
}

.text p {
	font-size: 80%;
}


/* ========= H T M L ========================================================================================== */

button#zurueck {
  position: fixed;
  top:40px;
  left:-2px;
  padding: 10px 20px 10px 20px;
  margin: 0;
  border: 0;
  border-radius: 0 20px 20px 0;
  background-color:#ffea00;
  text-decoration: none;
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  font-family: 'barlowregular', Arial, Verdana, sans-serif;
  font-size:1rem;
  font-weight: 700;
  color: #ff7400;
  z-index: 2;
  cursor: pointer;
}

button#zurueck:hover {
  	background-color:#F60;
  	color: #FFF;
}

/* ========= A B S A T Z ========================================================================================== */

main {
	background-color:#FFF;
	margin:15px 2% 2% 2%;
	height: 100%;
}

main p, main li {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 130%;
	color:#444;
	padding: 0;
	margin: 0 0 0.5em 0;
}

main li {
	margin: 0 0 0 -18px;
}

main p {
	/*margin-right: 50px;*/
	max-width: 720px;
}

main p a:hover {
	text-decoration:underline;
}

XXh1 {
	color:#333;/*#868686; */
	font-size:3em;
	font-weight:200;
	margin: 1px 10px 5px -2px;
	padding: 0;
	line-height: 100%;
}

h2 {
	color:#333;/*#868686;*/
	font-size:3em;
	font-weight:200;
	font-family: 'barlowextralight', Arial, Verdana, sans-serif;
	margin: 1px 10px 5px -2px;
	padding: 0;
	line-height: 100%;
}

h3 {
	font-weight: 300;
	font-size: 2.5rem;
	color: #F60;
	margin: 10px 0 5px 0;
}

h4 {
	font-size: 1.4em;
	font-weight:400;
	margin: 15px 0 5px 0;
	line-height: 120%;
}

h5 {
	font-size: 1.2em;
	font-weight: 400;
	color:#6d6d6d;/* #F60; */
	margin:0 0 10px 0;
}

h6 {
	font-size:1.1em;
	margin:0 0 10px 0;
}

/* ===================================================================================================================== */
/* ========= KOPF AUS LAY.CSS ========================================================================================== */

#kopfani, #kopfbild, #kopfbildSmart {
	display: flex;
	align-items: flex-end;
	/* border-radius: 10px 10px 0 0; */
	background-image: url(_i/kopf-orange.jpg);
	background-repeat:repeat-x;
	/*background-size:100%;*/
	/*opacity: 0.8;*/
	width: 100%;
	height: 240px;
	/*height: auto;*/
	padding: 0;
	margin: 0;
	clear:both;
}

#kopfbildSmart {
  display: none;
  height: 132px;
}

#kopfbildSmart img {
  width: 100%;
  height: auto;
}

#kopfani h1, #kopfbild h1 {
     font-family: 'barlowbold', Arial, Verdana, sans-serif;
     font-weight: 500;
     font-size:120px;
     line-height: 100%;
     margin: 0 0 0 calc(2% - 5px);
     padding: 0;
     color:#FFF;
     opacity: 0.7;
}

#kopfbildSmart h1 {
  font-size:76px;
  color: #9ee53e;
  padding: 0 0 0 20px;
}

/* ========= S M A R T ========================================================================================== */
/* ========= S M A R T ========================================================================================== */
/* ========= S M A R T ========================================================================================== */
/* ========= S M A R T ========================================================================================== */
/* ========= S M A R T ========================================================================================== */

/* ========= nur Textgröße ========================================================================================== */

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

 .text p {
    font-size: 150%; /* 3-spaltig und groß */
 }

}

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

.text p {
font-size: 120%; /* 3-spaltig und groß */
}

}

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

.text p {
	font-size: 100%; /* 3-spaltig und groß */
}

}

/* ========= S M A R T ========================================================================================== */

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

.text p {
	font-size: 75%; /* 3-spaltig und klein */
}

}

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

  .feld {
    width:49%;
  }

  .feld:nth-of-type(3n) {
    margin-right: 10px;
  }
  .feld:nth-of-type(2n) {
    margin-right: 0;
  }

  .text p {
    font-size: 90%; /* 2-spaltig */
    line-height: 110%;
  }

}

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

#kopfbild {
	height: 120px;
	background-position:90%;
}

#kopfbild h1 {
	font-size:48px;
	line-height: 100%;
}

button#zurueck {
  top:20px;
}

.feld {
    width:100%;
  }

  .text p {
    font-size: 100%; /* 1-spaltig */
  }

}

#alles {
    width: 100%;
    height: auto;
}
