/*
	Lemaco Styles


*/

@font-face { font-family: Ubuntu; src: url(/files/_tmpl/fonts/Ubuntu/Ubuntu-Regular.ttf); font-weight: normal; }
@font-face { font-family: Ubuntu; src: url(/files/_tmpl/fonts/Ubuntu/Ubuntu-Bold.ttf); font-weight: bold; }

html, body { font-size: 100%; }

body {
	font-family: Ubuntu, Arial, sans-serif;
/*	font-size: 18px;
	font-size: 1.125rem;  */
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}
body > .custom {
	z-index: 111;
	position: relative;
}

.invisible { display: none; }
figure { margin: 0; }
.pos-relative { position: relative; }
/*  ==========  w3css-Anpassungen für Contao  ==========  */

.w3-image img {
    max-width: 100%;
    height: auto;
	width: auto;
}
.w3-content {
/*	max-width: 1200px;  */
}
.w3-button {
	overflow: visible;
}
.w3-button a {
	text-decoration: none;
}

/*  ==========  /w3css-Anpassungen für Contao  ==========  */



.stoerer {
	position: absolute;
	top: 128px;
	left: 750px;
}
.stoerer .image_container {
	text-align: center;
}
.stoerer img {
	width: auto;
	width: 350px;
	max-width: 75vw;
}
.stoerer.klick-pfeil a::after {
	left: 0;
	background-image: url(/files/_tmpl/img/pfeil-nach-rechts-weiss-46x40.png);
}

@media screen and (max-width: 1200px) {
	.stoerer {
		top: 240px;
		top: auto;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%,0);
		max-width: 90%;
	}
}
@media screen and (min-width: 601px) and (max-width: 1200px) and (orientation: portrait) {
	.stoerer {
		top: auto;
		left: 50%;
		bottom: 120px;
		transform: translate(-50%,0);
		max-width: 75%;
	}
}
*/
@media screen  and (orientation: portrait) {
	.stoerer {
		top: auto;
		left: 50%;
		bottom: 10px;
		transform: translate(-50%,0);
		max-width: 75%;
	}
}






#topbar .w3-card {
	box-shadow: none;
}
#header .claim {
    position: absolute;
    top: 67px;
    left: 156px;
	color: #ffffff;
	text-shadow: 0 0 10px #333333;
    width: auto;
	padding: 0;
	z-index: 99;
}
#header .claim .text {
	font-size: 30px;
	font-style: italic;
	line-height: 58px;
}
@media only screen and (max-width: 600px) {
	#header .claim {
		top: 20%;
		left: 0;
		right: 0;
		padding: 0 15px;
	}
	#header .claim .text {
		font-size: 22px;
		font-style: italic;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 15px;
	}
	#header .claim .spur-button img {
		height: 8vw;
	}
	.w3-display-middle.logo-gross {
		top: 60%;
		left: 20%;
		transform: translate(-10%,-50%);
	}
}


#topbar .w3-top {
	z-index: 999;
}


#myNavbar {
	color: #ffffff;
}
#myNavbar .menu-button {
	background-color: #000000;
	height: 85px;
}

div.menu-container {
	height: 40px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}
img.ch-flag {
/*	width: 65px;
	height: 38px;
	padding: 0 0 0 27px;
*/
	width: 85px;
	height: 85px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #231F20;
}
#navLargeMenu {
/*	background-image: url(/files/bilder/Schweizer-Logo-kl.png);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	background-position: 27px 0;
*/
	padding: 0 0 2px 0;
	margin-left: 85px;
	height: 40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ae235f+0,ae235f+100&1+0,1+70,0+100 */
	background: -moz-linear-gradient(left,  rgba(174,35,95,1) 0%, rgba(174,35,95,1) 70%, rgba(174,35,95,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(174,35,95,1) 0%,rgba(174,35,95,1) 70%,rgba(174,35,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(174,35,95,1) 0%,rgba(174,35,95,1) 70%,rgba(174,35,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae235f', endColorstr='#00ae235f',GradientType=1 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-size: 70% 2px;
	background-position: bottom left;
}
#navLargeMenu a {
	float: left;
	width: auto;
	font-size: 15px;
	line-height: 22px;
	padding: 8px 12px;
	background-color: #231F20;
	background-color: #7b7c7e;
}
#navLargeMenu a:nth-child(even) {
	background-color: #7b7c7e;
	background-color: #231F20;
}

#topbar .mod_changelanguage {
	position: fixed;
	top: 44px;
	left: 0;
	z-index: 80;
	padding: 80px 0 30px 0;
	background-color: #231f20;
	font-size: 15px;
}
#topbar .mod_changelanguage ul {
	color: #ffffff;
	padding: 0;
}
#topbar .mod_changelanguage li {
	color: #ffffff;
	padding: 5px 0;
}
#topbar .mod_changelanguage li a, 
#topbar .mod_changelanguage li strong.active {
	background-color: #7b7c7e;
	color: inherit;
	text-decoration: none;
	display: block;
	box-sizing: content-box;
	padding: 5px 10px 5px 30px;
	margin-right: 20px;
	width: 25px;
	text-align: center;
	transition: padding 0.3s, margin 0.3s;
}
#topbar .mod_changelanguage li strong.active {
	padding-left: 50px;
	margin-right: 0;
	transition: padding 0.3s, margin 0.3s;
}
#topbar .mod_changelanguage li a:hover {
	padding-left: 50px;
	margin-right: 0;
	transition: padding 0.3s, margin 0.3s;
}


#navSmallMenu {
    position: absolute;
    width: 80vw;
    min-width: 320px;
    max-width: 420px;
	top: 85px;
	left: -420px;
    padding-top: 70px;
    height: auto;
    transition: left 0.5s;
    display: block;
    border-right: 1px solid #cccccc;
    background-color: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ae235f+0,ae235f+100&1+0,1+70,0+100 */
	background: -moz-linear-gradient(left,  rgba(174,35,95,1) 0%, rgba(174,35,95,1) 70%, rgba(174,35,95,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(174,35,95,1) 0%,rgba(174,35,95,1) 70%,rgba(174,35,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(174,35,95,1) 0%,rgba(174,35,95,1) 70%,rgba(174,35,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae235f', endColorstr='#00ae235f',GradientType=1 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-size: 70% 2px;
	background-position: bottom left;
	padding-bottom: 2px;
}
#navSmallMenu.w3-bar-block .w3-bar-item {
	padding: 16px 16px;
}
#navSmallMenu a {
	background-color: #7b7c7e;
	color: #ffffff;
}
#navSmallMenu a:nth-child(even) {
	background-color: #231F20;
	color: #ffffff;
}
#navSmallMenu.w3-show {
    overflow: scroll;
    left: 0;
    transition: left 0.5s;
    max-height: calc(100vh - 85px);
}


#topbar #navSmallMenu .mod_changelanguage {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	padding: 0;
	background-color: #231f20;
	font-size: 15px;
	width: 100%;
}
#topbar #navSmallMenu .mod_changelanguage ul {
	color: #ffffff;
	padding: 0;
	display: flex;
}
#topbar #navSmallMenu .mod_changelanguage li {
	color: #ffffff;
	padding: 0 10px;
	display: inline-block;
}
#topbar #navSmallMenu .mod_changelanguage li a, 
#topbar #navSmallMenu .mod_changelanguage li strong.active {
	background-color: #7b7c7e;
	color: inherit;
	text-decoration: none;
	display: block;
	box-sizing: content-box;
	padding: 15px 10px 5px 5px;
	margin-right: 5px;
	width: 25px;
	text-align: center;
	transition: padding 0.3s, margin 0.3s;
}
#topbar #navSmallMenu .mod_changelanguage li strong.active {
	padding-top: 30px;
	margin-right: 0;
	transition: padding 0.3s, margin 0.3s;
}
#topbar #navSmallMenu .mod_changelanguage li a:hover {
	padding-top: 30px;
	transition: padding 0.3s, margin 0.3s;
}

	
	

.content-gallery li {
	display: inline-block;
}
.w3-row.galerie {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.content-gallery--cols-2 li.w3-col {
	width: 49.999% !important;
}
.content-gallery--cols-3 li.w3-col {
	width: 33.333% !important;
}
.lupe {
	position: relative;
}
.lupe::after {
	content: " ";
	position: absolute;
	top: 20px;
	right: -54px;
	display: block;
	width: 40px;
	height: 69px;
	background-image: url(/files/_tmpl/img/lupe_40x69.png);
	background-repeat: no-repeat;
}
.w3-row.galerie figure {
	padding: 5px;
}
#galerie .galerie-bg {
	background-image: url(/files/bilder/G_1828x594.png);
	background-repeat: no-repeat;
	background-position: center 39px;
}
.galerie img.w3-button {
	padding: 0;
}
.galerie .w3-modal-content {
	width: 600px;
	max-width: 100%;
}
.galerie .w3-modal-content figure {
	padding: 0;
}
.galerie .w3-modal-content .close-button {
	font-size: 30px;
	top: 4px;
	right: 4px;
	background-color: rgba(255,255,255,0.4);
}
.galerie .w3-modal-content .close-button:hover {
	background-color: rgba(255,255,255,0.7) !important;
}
area {
	cursor: pointer;
}

.balken-unten img {
	border-bottom: 20px solid #dedee0;
}

.bg-halbgrau {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+65,686d78+65 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 75%, #686d78 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 75%,#686d78 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 75%,#686d78 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#686d78',GradientType=0 ); /* IE6-9 */
}
.bg-halbgrau-40 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+65,686d78+65 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 60%, #686d78 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 60%,#686d78 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 60%,#686d78 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#686d78',GradientType=0 ); /* IE6-9 */
}
.bg-halbhellgrau {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,dedee0+50 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 50%, #dedee0 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 50%,#dedee0 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 50%,#dedee0 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedee0',GradientType=0 ); /* IE6-9 */
}
.bg-mittelgrau-2 {
	background-image: url(/files/_tmpl/img/1px_mittelgrau.png);
	background-repeat: no-repeat;
	background-size: 100% 120px;
	background-position: 0 0;
	padding-top: 120px;
}
.bg-hellgrau-1 {
	background-image: url(/files/_tmpl/img/1px_hellgrau.png);
	background-repeat: no-repeat;
	background-size: 100% 120px;
	background-position: 0 54px;
}

.pos-rel {
	position: relative;
}
.ausserhalb-oben {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.flex-unten {
	display: flex;
	flex-direction: row;
	align-items: end;
}


#footer {
	background-color: #000000;
	color: #ffffff;
}



.spur-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.spur-button img {
	max-height: 85px;
	width: auto;
	margin-right: -10px;
}
.spur-button img:hover {
	height: 81px;
	padding: 2px;
}
.claim .spur-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	padding-top: 2px;
}
.claim .spur-button img {
	max-height: 54px;
	height: 54px;
	width: auto;
	margin-right: -5px;
	padding: 2px;
}





.klickhand,
.klickhand2 {
	position: relative;
}
.klickhand::after, 
.klickhand2::after {
	content: " ";
	position: absolute;
	top: 20px;
	left: -54px;
	display: block;
	width: 68px;
	height: 60px;
	background-image: url(/files/_tmpl/img/pfeil-nach-rechts-rot-46x40.png);
	background-repeat: no-repeat;
}
.klickhand2::after {
	left: auto;
	right: 20px;
	background-image: url(/files/_tmpl/img/pfeil-nach-links-weiss-46x40.png);
}

.klick-pfeil a {
	position: relative;
}
.klick-pfeil a::after {
	content: " ";
	position: absolute;
	top: 0;
	left: -54px;
	display: block;
	width: 68px;
	height: 60px;
	background-image: url(/files/_tmpl/img/pfeil-nach-rechts-rot-46x40.png);
	background-repeat: no-repeat;
}

 


@media only screen and (min-width: 601px) and (max-width: 992px) {  /*  = MEDIUM  */
	
}

@media only screen and (max-width: 992px) {  /*  = MEDIUM & SMALL  */
	#header .claim {
		right: 0;
		left: 0;
		top: 100px;
		padding: 0 15px;
		text-align: center;
	}
	.mod_article.trenner {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.w3-btn, .w3-button {
		white-space: normal;
		background-color: rgba(255,255,255,0.2);
	}
	.spur-buttons {
		flex-wrap: wrap;
		justify-content: center;
	}
	.spur-button img {
		max-height: 60px;
	}
	.klickhand::after, 
	.klickhand2::after {
		top: auto;
		bottom: 25px;
	}
	.klickhand::after {
		left: -5px;
		bottom: 0;
	}
}

@media only screen and (max-width: 600px) {  /*  = SMALL  */
	.klickhand::after, 
	.klickhand2::after {
		top: auto;
		bottom: 25px;
	}
	.klickhand::after {
		left: -15px;
	}
	.spur-buttons {
		flex-wrap: wrap;
		justify-content: center;
	}
	.spur-button img {
		max-height: 60px;
	}
}




.home-banner-popup {
  position: absolute;
  left: 15vw;
  top: 150px;
  width: 15vw;
  z-index: 99;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.home-banner-popup__link {
  display: block;
}

.home-banner-popup__image {
  display: block;
  width: 100%;
  height: auto;
}

.home-banner-popup__close {
  position: absolute;
  top: 7px;
  right: 24px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.home-banner-popup.is-hidden {
  display: none;
}


#navLargeMenu a.story-link {
	background-color: #AE235F;
	line-height: 1.2;
	font-size: 14px;
}
.story-link .gelb {
	color: #C6A905;
	font-weight: bold;
}
#navLargeMenu a.story-link {
	padding: 3px 12px;
}

.parallax-header {
	position: relative;
}
.parallax-header.abgedunkelt::after {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.5);
}
.logo-gruppe { 
	z-index: 99;
	width: auto;
}
.logo-gross img {
	width: 80vw;
	max-width: 500px;
}
.logo-gruppe .claim .text {
	margin: -20px 0 15px 0;
	font-size: 28px;
	line-height: 1.3;
}


@media (max-width: 480px) {
  .home-banner-popup {
  	position: absolute;
    width: calc(100vw - 32px);
    left: 32px;
    top: auto;
    bottom: 15px;
    max-width: 200px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .logo-gruppe.w3-display-middle {
  	transform: translate(-50%,-70%);
  }
	.logo-gruppe .claim .text {
		margin: 0 0 15px 0;
		font-size: 24px;
		line-height: 1.3;
	}
	.logo-gross img {
		width: 80vw;
		max-width: 300px;
	}
	.claim .spur-button img {
		height: 35px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
  .home-banner-popup {
  	position: absolute;
    width: calc(100vw - 32px);
    left: 32px;
    top: auto;
    bottom: 15px;
    max-width: 200px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .logo-gruppe.w3-display-middle {
  	transform: translate(-50%,-70%);
  }
	.logo-gruppe .claim .text {
		margin: 0 0 15px 0;
		font-size: 24px;
		line-height: 1.3;
	}
	.logo-gross img {
		width: 80vw;
		max-width: 400px;
	}
	.claim .spur-button img {
		height: 40px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.home-banner-popup {
		left: 2vw;
		top: 150px;
		width: 20vw;
	}
}
