/* abel-regular - latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/abel-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/abel-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/abel-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/abel-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/abel-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/abel-v18-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}
/* cabin-condensed-regular - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cabin-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/cabin-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-condensed-v19-latin-regular.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* cabin-condensed-700 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cabin-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/cabin-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-condensed-v19-latin-700.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* ubuntu-condensed-regular - latin */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-condensed-v16-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}
/* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/vollkorn-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/vollkorn-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/vollkorn-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/vollkorn-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/vollkorn-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/vollkorn-v21-latin-regular.svg#Vollkorn') format('svg'); /* Legacy iOS */
}

html {
    padding: 0;
    margin: 0;
    font-family: 'Vollkorn';
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: rgba(35,35,35,1.00);
    font-style: normal;
}
body {
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    color: rgba(37,37,37,1.00);
    margin: 0;
    min-height: 100vh;
    max-height: 100vh;
    background-position: 85% center;
    background-size: contain;
    /* [disabled]background-repeat: no-repeat; */
    background-attachment: scroll;
    /* [disabled]background-clip: border-box; */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /* [disabled]background-color: rgba(192,245,232,0.51); */
    background-origin: content-box;
}
/*übernahme aus rainforest für startfenster*/
#starthint-center  {
    position: absolute;
    /* [disabled]margin-top: auto; */
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: auto; */
    padding: 1rem;
    background-color: rgba(255,255,255,0.95);
    z-index: 999;
    border-radius: 1rem;
    font-size: 1rem;
    /* [disabled]font-weight: 800; */
    top: 50%;
    -webkit-box-shadow: 0rem 0rem 30rem 30rem rgba(162,162,162,0.80);
    box-shadow: 0rem 0rem 30rem 30rem rgba(162,162,162,0.80);
    display: block;
    vertical-align: 49%;
    height: auto;
    width: 80vw;
    left: 50vw;
    transform: translate( -50%, -50%);
    text-align: left;
    max-width: 45rem;
    line-height: 1.5rem;
}
.center {
    text-align: center;
}
.lineheightplus {
    line-height: 120% ;
}
.abstand {
    padding: 0.5rem 0;
}
#close {
    font-weight: bold;
    cursor: pointer;
    display: block;
    min-height: 20px;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    background-color: beige;

}
/*ENDE FÜR TOPHINT MIT SCHLIESSFUNKTION*/


h1 {
    font-family: 'Abel';
    /* [disabled]font-size: 2.25rem; */
    color: rgba(0,0,0,0.93);
    /* [disabled]padding-bottom: 2rem; */
    /* [disabled]padding-top: 40vh; */
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}


h2  {
    font-family: 'Abel';
    color: rgba(53,52,52,1.00);
    margin: 0.5rem 0;
    min-height: 28px;
    padding: 0 1rem 0 0;
    text-align: left;
    line-height: 1.3;
    font-size: 175%;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.flex-contentitem article .headline-levelzwei {
    letter-spacing: 5px;
    padding-top: 3rem;
    color: rgba(128,128,128,1.00);
    padding-bottom: 2rem;
    /* [disabled]font-weight: 400; */
}
.levelzwei {
    /* [disabled]margin-top: -45vh !important; */
    font-family: 'Vollkorn';
    font-weight: 400;
    font-style: normal;
}
.main-engrus {
    margin-top: 10vh !important;
    font-family: 'Abel';
    font-weight: 400;
}


.outside  {
    margin: -20rem auto 15rem;
    font-size: 1rem;
    text-align: center;
}


h3 {
    font-family: 'Abel';
    line-height: 1.3;
    display: block;
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: rgba(35,35,35,1.00);
}
header   {
    margin: 0;
    text-shadow: 0.5rem 0.25rem 2rem rgba(212,212,212,0.76);
    opacity: 1;
    font-family: 'Ubuntu Condensed';
    font-size: 6vw;
    line-height: 1;
    text-align: right;
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -50vh;
    max-width: 30vw;
}
header > h1 {
    margin: 0vh 5vw 8vh 2vw;
    color: rgba(255,255,255,1.00);
    opacity: 1;
    font-family: 'Cabin Condensed';
    font-size: 2vw;
    line-height: 1.1;
    text-align: center;
    z-index: 2;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5rem;
    max-width: 66vw;
}
header >  h2 {
    text-align: right;
    color: rgba(253,255,252,0.91);
    margin: 1vh auto 0vh;
    font-size: 3.8vw;
    line-height: 1.8rem;
    padding-top: 22vh;
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    max-width: 90vw;
    z-index: 100;
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: 11px 10px 25px rgba(68,97,99,0.94);
}
.nullopacity {
    opacity: 0;
}
.opacity8  {
	opacity: 0.8 !important;
	color: black;
}
.firsttext > h3 {
    line-height: 126%;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Cabin Condensed';
    font-style: normal;
    font-weight: 400;
}

.fixlogo {
	width: 10rem;
	max-width: 25vw;
	position: relative;
}
.flex-container .flex-item figure {
	margin-top: -5px;
}


.hidden  {
	opacity: 0;
	height: 0px;
	display: none;
}
.flex-container   {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	list-style-type: none;
	width: 100%;
	margin-right: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -1rem;

}
.flex-item {
	padding: 2rem 1rem 0;
	position: relative;
}
.flex-item a, .top-wrap-reiter li a  {
    padding: 0.5rem 0.25rem;
    border: 0px black solid;
    border-radius: 0;
    text-decoration: none;
    margin-right: 3px;
    color: rgba(0,0,0,1.00);
}
.flex-item a:hover, .top-wrap-reiter >li a:hover, .top-wrap-reiter >li a:target{
    background-color: rgba(0,0,0,0.88);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    text-align: center;
    z-index: 300;
    position: relative;
}
.flex-item:last-child {
	flex: 1;
	text-align: right;
	padding-right: 3vw;
	background-color: none !important;
}
#main-wrap {
    margin: 5vh auto 0vh;
    padding: 0 1rem 2rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-position: 95%;
    background-position: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    z-index: auto;
}




#inhalte {
	display: flex;
	width: 100vw;
	max-width: 900px;
	background-color: rgba(205,197,197,0.27);
	min-height: 50vh !important;
	margin-left: auto;
	margin-right: auto;
}

footer {
    background-color: white;
    margin: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* [disabled]color: rgba(255,255,255,1.00); */
    max-width: 100vw;
    padding-bottom: 20vh;
    position: relative;
}
.footerlogo {
    margin: 0;
    padding-top: 9rem;
}

footer p {
    margin: 20vh 0px 0;
    display: inline-block;
    align-items: center;
    justify-content: center;
    /* [disabled]color: rgba(255,255,255,1.00); */
    padding: 0 1rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-family: 'Abel';
}

/*Sektion Inhalte in wrap-total*/

.flex-content {
    padding: 0 1rem;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 800px;
    flex: auto;
    width: 100%;
    align-items: stretch;
}

/*Sektion Inhalte in wrap-total*/

.flex-article {
	padding: 0 0px 0 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: left;
	max-width: 800px;
	flex: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-contentitem {
    padding: 5px;
    margin-top: 0px;
    color: rgba(83,83,83,0.95);
    text-align: left;
    /* [disabled]max-width: 301px; */
    margin-left: auto;
    margin-right: auto;
    min-width: 99%;
    border-bottom: 1px dotted rgba(114,111,111,0.80);
}

.flex-contentitem-small {
	padding: 5px;
	margin-top: 10px;
	color: rgba(83,83,83,0.95);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-width: 40%;
	max-width: 45%;
	border-bottom: 1px dotted rgba(181,72,74,0.80);
	align-items: flex-start;
}
.flex-articleitem {
	padding: 0;
	margin-top: 10px;
	color: rgba(83,83,83,0.95);
	text-align: center;
	max-width: 48%;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
	min-width: 300px;
	background-color: rgba(224,224,224,0.46);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-articletop {
	padding: 5px;
	margin-top: 10px;
	color: rgba(83,83,83,0.95);
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	flex: 1;
	width: 100%;
	min-width: 100%;
}
.firsttext {
	flex: 1 100%;
	margin-bottom: 4rem;
	border-bottom: thin dotted rgba(100,50,51,1.00);
	padding-bottom: 3rem;
}
.flex-contentitem article .firstp {
    margin-top: 40vh;
}
p {
    text-align: left;
    padding: 0.25rem 0.5rem 0.5rem;
    margin: 0;
    hyphens: auto;
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 400;
    clear: none;
    /* [disabled]line-height: 170%; */
}
.obenluft {
    padding-top: 1.25rem;
}
.blockcenter {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	/* [disabled]width: 80vw; */
	font-size: 1.5rem;
	line-height: 2rem;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.flex-contentitem article h1 , .flex-contentitem-small article h1{
    text-align: center;
    font-size: 250%;
    padding: 1.5rem 1rem !important;
    font-weight: 700;
    line-height: 1.25;
    background-color: rgba(240,240,240,0);
    border-radius: 1rem;
    width: auto;
    max-width: 90%;
}

article> p {
    margin-top: 0.5rem;
    padding: 0;
    margin-bottom: 0px;

}
article> p:last-child {
    border-bottom-color: rgba(79,79,79,0.68);
    border-bottom-width: 1px;
    padding-bottom: 2rem;
    clear: none;
}
.flex-contentitem-small article figure    {
    margin: 1rem 2rem 0rem 1rem;
    padding: 0;
    float: right;
}
article figure img {
    height: auto;
    max-width: 90%;
    max-height: 100%;
    bottom: 0px;
    padding: 1rem 0 0 0;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
article .floatleft img {
    width: 400px;
    max-width: 85%;
    height: auto;
    top: 0px;
}
.flex-contentitem article .floatleft {
    padding-bottom: 0rem;
    clear: left;
    float: none;
    margin: 0 1rem 0rem 0;
    background-color: transparent;

}
.flex-contentitem article .floatright {
    padding-bottom: 0rem;
    clear: left;
    margin: 0 1rem 0rem 0;
    background-color: transparent;

}


article .textbeginn figure  {
    float: left;
}


article figure figcaption {
    font-size: 0.9rem;
    line-height: 130%;
    text-align: center;
    padding: 1rem 0.5rem 0 0.5rem;
    clear: left;
    background-color: white;
    margin-bottom: 1rem;
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 400;
}
article .floatleft figcaption {
    background-color: transparent;
}

.externlink   {
	text-align: center;
	padding: 1rem 0;
	margin: 2rem 0 1rem 0.5rem;
}

.externlink a   {
    text-align: right;
    text-decoration: none;
    padding: 1rem;
    background-color: rgba(255,255,255,0.44);
    border-radius: 0.5rem;
    font-weight: 700;
    border: 1px dotted rgba(54,54,54,1.00);
    color: rgba(31,31,31,1.00);
}
.externlink a:hover, .externlink a:target {
    text-align: right;
    text-decoration: none;
    background-color: rgba(50,50,50,0.81);
    border-radius: 0.5rem;
    font-weight: 700;
    border: 1px dotted rgba(54,54,54,1.00);
    color: rgba(255,253,253,1.00);
}
.internlink   {
    display: block;
    width: 100%;
    text-align: justify;
    padding: 1rem 0;
    margin: 1rem auto 2rem;
	
}
.internlink a   {
    text-align: right;
    text-decoration: none;
    padding: 0.75rem;
    background-color: rgba(220,220,220,0.73);
    border-radius: 0.5rem;
    font-weight: 700;
    border: 1px dotted rgba(54,54,54,1.00);
    color: black;
}
.internlink a:hover, .internlink a:target {
    text-align: right;
    text-decoration: none;
    background-color: rgba(193,207,232,0.73);
    border-radius: 0.5rem;
    font-weight: 700;
    border: 1px dotted rgba(54,54,54,1.00);
    color: black;
}
article {
    text-align: left;
    background-color: rgba(255,255,255,0.00);

}
.flex-content .flex-contentitem #map {
    position: relative;
}

#hinweis   {
    z-index: 100;
    background-color: rgba(177,237,224,0.78);
    width: 100%;
    height: 465px;
    min-width: 100%;
    position: absolute;
    top: 110px;
    margin: 0;
    max-width: 100%;
}



.flex-container .flex-item .nav-oben-sub {
    margin: 0.5rem auto;
    padding: 0.25rem 0;
    list-style-type: none;
    max-width: 9rem;
    position: absolute;
    z-index: 100;
    display: none;
}
.oben .flex-container li.flex-item:hover ul {
	display: block;
 }

.flex-item .nav-oben-sub li {
	padding: 0.5rem;
	background-color: rgba(255,255,255,1.00);
}
.flex-item .nav-oben-sub li:hover  {
	padding: 0.5rem;
	background-color: rgba(162,222,244,1.00);
}
.center {
    text-align: center;
    padding-top: 1rem;

}
.bottompadding4rem {
    padding-bottom: 4rem;
}

figure.goldbutton  {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-image: url(../../g%20e%20f%20a%20e%20s%20s%20.%20a%20t/pics/icon-weiter-gold.png);
    background-position: center center;
    background-size: 50px auto;
}
.button {
    margin: 1rem;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    font-weight: normal;
    background-color: rgba(187,187,187,0.60);
}
.button:hover {
    padding: 0;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(35,33,33,0.90);
    font-weight: normal;
}
.button a:link  {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    padding: 0.5rem 0;
    box-sizing: content-box;
    margin: 0;
    color: rgba(212,57,59,0.83);
}
.button a:hover  {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    padding: 0.5rem 0;
    box-sizing: content-box;
    margin: 0;
    color: rgba(212,57,59,0.83);
}
.button:hover a  {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    padding: 0.5rem 0;
    box-sizing: content-box;
    margin: 0;
    color: rgba(255,255,255,1.00);
}
.hint {
    color: rgba(181,72,74,0.80);
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}
.flex-contentitem article ul {
/*    list-style-image: url(../pics/pic_liste.png);*/
    list-style-type: disc;
    margin: 1rem 0;
    line-height: 140%;
    text-align: left;
    padding: 0.5rem 0 0.25rem 1.25rem;
    list-style-position:outside;
}
article ul li {
    padding: 0;
    margin: 0 0 0.75rem;
}
.left {
    /* [disabled]font-size: 0.75rem; */
    margin: 0;
    padding: 0;
    /* [disabled]line-height: 0.9rem; */
    text-align: left;
}

 :disabled{
        opacity:0;
}

/*markierung linkbuttons extern*/
/*a[href^="http:"]:after, a[href^="https:"]:after
{
	content: url("externer-link-20.png");
	vertical-align: -0.125rem;
	padding-left: 1rem;
}
a[href^="https://gefaess.at"]:after, a[href^="https://gefaess.at"]:after
{
	content: "";
	padding: 0px;
}*/
.homeicon a {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 22px;
    height: 22px;
    background-image: url(../images/home.png);
}

.engicon a {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 22px;
    height: 22px;
    background-image: url("../images/english.png");
}
.rusicon a {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 22px;
    height: 22px;
    background-image: url("../images/russisch.png");
}
.phoneicon a {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 22px;
    height: 22px;
    background-image: url(../pics/phone.png);
}
.homeicon a:hover, .rusicon a:hover, .engicon a:hover , phoneicon a:hover{
    background-repeat: no-repeat;
	opacity: 0.5;
}
h4 {
    font-family: 'Abel';
    font-style: normal;
    /* [disabled]font-weight: 400; */
    /* [disabled]color: rgba(0,0,0,1.00); */
    font-size: 1.3rem;
}
.flex-contentitem article .textbeginn {
    margin-top: 5vh;
}
.flex-contentitem article figure {
    margin: 0 1rem 1rem 0;
    padding: 0rem;
    height: auto;
    min-width: 300px;
    background-color: white;
    float: left;
    text-align: center;
    width: 50%;
}
.floatleft {
    padding: 0;
    float: left !important;
}
.whiteback {
    background-color: white;
}
.container .f3.trubel .right.phone {
    vertical-align: middle;
    line-height: 150%;
    padding: 11px 40px 0 2px;
    text-align: right;
}
.f3.trubel .right.phone img {
    vertical-align: text-bottom;
    padding-right: 5px;
}









@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*ende blinkender Pfeil*/

@media screen and (max-width: 630px)
{
	
	/*übernahme aus rainforest für startfenster*/
#starthint-center  {
    position: absolute;
    /* [disabled]margin-top: auto; */
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: auto; */
    padding: 1rem;
    background-color: rgba(255,255,255,0.95);
    z-index: 999;
    border-radius: 1rem;
    font-size: 0.8rem;
    /* [disabled]font-weight: 800; */
    top: 60%;
    -webkit-box-shadow: 0rem 0rem 30rem 30rem rgba(173,195,194,0.85);
    box-shadow: 0rem 0rem 30rem 30rem rgba(173,195,194,0.85);
    display: block;
    vertical-align: 0;
    height: auto;
    width: 90vw;
    left: 50%;
    transform: translate( 1,1);
    text-align: left;
    max-width: 45rem;
    line-height: 1.25rem;
}
	
.flex-contentitem article figure {
    margin: 0 0 1rem 0;
    padding: 0rem;
    height: auto;
    /* [disabled]max-height: 414px; */
    min-width: 100px;
    background-color: white;
    float: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
	
	
.homeicon img {
    width: 22px;
    height: 22px;
    margin-top: -2px;
    padding: 0;
    margin-left: -20px;
}
.footerlogo {
    position: relative;
    float: left;
    clear: right;



}


html {
    margin: 0;
    padding: 0;
    font-size: 125%;
 }
body {
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    background-size: cover !important;
    background-repeat: no-repeat;
}
	
	
	
.flex-item a {
    border: 0px black solid;
    border-radius: 0;
	font-size: 1rem;
	font-weight: 400;
    text-decoration: none;
    margin: 0;
	padding: 0.2rem 0;
    color: rgba(75,75,75,1.00);
	background-color: white;
    display: block;
    width: 100vw;
}

#main-wrap {
    background-color: rgba(244,244,244,1.00);
    margin: 30vh auto 0rem;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*Sektion Inhalte in wrap-total*/

.flex-content {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 90vw;
    flex: auto;
    width: 100%;
    align-items: stretch;
}
.startbild {
    margin: 0;
    background-position: 63% top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95vh;
    min-height: 95vh;
    background-attachment: fixed;
    padding-top: 0rem;
    padding-left: 0rem;
    top: -3vh;
}
.startbild-niedrig {
    margin: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    background-attachment: fixed;
    padding-top: 0rem;
    padding-left: 0rem;
    top: -2vh;
}
.flex-contentitem {
    border-bottom: 10px solid rgba(119,119,119,0.61);
}
.flex-contentitem  , .flex-contentitem-small article figure     {
    float: none;
    margin: 1rem auto 2rem;
    padding: 0;
    width: 100%;
    text-align: center;
}
article figure figcaption {
    font-size: 0.8rem;
    text-align: center;
    padding: 0.5rem;
}
.flex-contentitem article h1, .flex-contentitem-small article h1 {
    text-align: center;
    font-size: 1.125rem;
	padding: 0.5rem !important;
}
.flex-contentitem article .outside {
    margin-top: -25rem;
    margin-bottom: 16rem;
    font-size: 180%;
}

.externlink {
    text-align: center;
    padding: 1rem 0;
    margin: 1rem 0 1rem 0.5rem;
}
article figure img {
    margin: 0 auto;
    float: none;
    text-align: center;
}
article figure  {
    float: none;
    text-align: center;
    margin: 0 0 1rem 0;
    display: block;
}
.flex-contentitem article .headline-levelzwei {
    letter-spacing: 2px;
    padding-top: 2rem;
    color: rgba(128,128,128,1.00);
    padding-bottom: 2rem;
    /* [disabled]font-weight: 400; */
}
article .floatleft img {
    width: 9rem;
    min-width: 50%;
    text-align: center;
}
body footer p {
}
#main-wrap {
    /* [disabled]background-color: rgba(192,245,232,0.51); */
    margin: 0vh auto;
    padding: 0 1rem 2rem;
    /* [disabled]max-width: 890px; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-position: 95%;
    background-position: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(192,245,232,0.51) 18.65%,rgba(192,245,232,0.51) 100%);
}
#hinweis   {
    z-index: 100;
    background-color: rgba(177,237,224,0.78);
    width: 100%;
    height: 480px;
    min-width: 100%;
    position: absolute;
    top: 120px;

}
