/**
Custom css
Overriding of main css
Autor: Swissveg, mars
Datum: 20.09.2020;
grün: #82bc4d;
hellgrün für hintergründe: #c2d790;
button spenden: #a94c61;b75465
Link Farbe:#006243;
Schrift 1: Open Sans ;
Schrift 2; hand of sean (just another hand)
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&family=Source+Sans+Pro:ital,wght@1,200&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400&display=swap');


@font-face {
    font-family: 'hand_of_seanregular';
    src: url('../fonts/handsean-webfont.woff2') format('woff2'),
         url('../fonts/handsean-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {

    font-family: 'Open Sans', sans-serif;

}
p, ul li {
	 font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;

}

h2 {
	line-height: 1.2;
	margin-top: 30px;
}


.header-image-layer {
	width: 100%;
	display: flex;
  	align-items: center;
  	justify-content: center;
}


.header-image {
	width: 100%;
}
.content {
	font-size: 18px;
	line-height:24px !important;
	color:#000000;
}
.mt-5 {
	margin-top: 5px;
}
h3 {
	color:#000000;
}
h4 {
	font-size: 20px;
	color:#82bc4d;
}
h5 {
	font-size: 20px;
	color:#000000;
}
img.align-left {
	margin-right:10px;
}
img.align-right {
	margin-left:10px;
}
a.link-before::before {
	content: "> ";
}
.no-padding {
	padding:0;
}
.img-thumb-height-100 {
	max-height: 100px;
}
.clearfix2 {
    display: block;
}
.content a, .content a:visited, .pseudoLink {
	color:#006243;
	font-weight: bold;
	cursor: pointer;
}
.content a:hover {
	color:#a94c61;
}
.kapitellink > a, .kapitellink a:visited {
	color:#006243 !important;
	font-weight: bold;
	cursor: pointer;
	font-size: 21px;
	font-weight: 700;
}
.kapitellink a:hover {
	color:#a94c61;
}


.cke_editable li {
	font-size: 18px;
}


.book-printer {
  display: none;
}


/* 08.04.24, mars, editor anzeige */
img[data-align="right"] {
    float: right;
}

/* 08.04.24, mars, editor anzeige */
img[data-align="left"] {
    float: left;
}

/* 08.04.24, mars, editor anzeige */
img[data-align="align-center"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* 19.8.24, mars */
nav[aria-labelledby^="book-label"]:has(h2) h2 {
    display: none;
}


/* 21.10.21, mars */
figcaption {
	font-weight:700;
	color: #A94C61;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.contact-info {
	color:#ffffff;
}
#drucksachen {
	color:#a94c61;
}
.list-subtitle {
	background-color: #e4e4e4;
	width: 100%;
	padding:5px 10px 5px 15px;
	margin-bottom: 25px;
}
.list-subtitle h2 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	margin-bottom:0;
	margin-top:0;
	text-transform: uppercase;
}
em, i {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px !important;
	line-height: 120%;
}
.mt-15 {
	margin-top: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ingredients .row {
	border-bottom: 1px solid #ccc;
}
.ingredient-title {
	font-weight: 700;
}
.search-form__submit {
    background-color: #82bc4d !important;
    border:0 !important;
    color:#ffffff;
}
.search-form__submit:hover {
	background-color: #82bc4d !important;
}
header .area-main-menu .gva-search-region .search-content #edit-submit {
    position: relative;
    z-index: 1;
}
header .area-main-menu .gva-search-region .search-content #edit-submit:hover {
    background-color: #82bc4d !important;
}
ul.inline > li.comment-forbidden {
	display: none;
}

/* book navigation 13.08.25 */
/*
nav[role="navigation"][aria-labelledby^="book-label"] {
  margin-bottom: 20px; 
}



nav[role="navigation"][aria-labelledby^="book-label"] ul {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; 
}

nav[role="navigation"][aria-labelledby^="book-label"] li {
  margin: 0;
  flex: 0 0 auto; 
  text-align: center;
}


nav[role="navigation"][aria-labelledby^="book-label"] li:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
*/


.table-responsive .table.max-600 {
  width: auto !important;       /* Automatische Breite basierend auf Inhalt */
  max-width: 600px !important;  /* Nie breiter als 600px */
  margin: 0 auto;               /* Optional: Zentriert die Tabelle */
}

.table-responsive .table.max-800 {
  width: auto !important;       /* Automatische Breite basierend auf Inhalt */
  max-width: 800px !important;  /* Nie breiter als 600px */
  margin: 0 auto;               /* Optional: Zentriert die Tabelle */
}

.table-responsive .table.max-1000 {
  width: auto !important;       /* Automatische Breite basierend auf Inhalt */
  max-width: 1000px !important;  /* Nie breiter als 600px */
  margin: 0 auto;               /* Optional: Zentriert die Tabelle */
}

.table-responsive .table.max-1200 {
  width: auto !important;       /* Automatische Breite basierend auf Inhalt */
  max-width: 1200px !important;  /* Nie breiter als 600px */
  margin: 0 auto;               /* Optional: Zentriert die Tabelle */
}


.collapse-link {
	background-color: transparent !important;
	border:0 !important;
	color:#006243 !important;
	padding-left:0px;
	
}


/* 07.01.22 */
ul {
    margin-bottom: 10px;
}

/* 28.02.23 */
ul.flippy {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left:0px;
	margin-left: 0px;
	width:100%;
	_border:1px solid red;
	
}

ul.flippy li {
	padding-left:0px;
	margin-left: 0px;
	_margin-right: 15px;
	_border:1px solid blue;

}

ul.flippy li:nth-child(2) {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 0px;
	_border:1px solid green;
	float:right;

}

ul.flippy li:first-child::before {
	content: "<\00a0";
	color:#006243;
	font-weight: bold;
    display: inline-block;
}

ul.flippy li:nth-child(2)::after {
	content: "\00a0>";
	color:#006243;
	font-weight: bold;
    display: inline-block;
}

.costum-modul-h1 {
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	position: relative;
	color: #82BC4D;
	font-size: 34px;
	padding-bottom: 10px;
	text-transform: uppercase;
}


.block-unterstuetzen h5 {
	margin-bottom: -15px;
}
.block-unterstuetzen .col-xs-6 {
	padding:0px 2px 0px 2px;
}
.btn {
	/*padding:4px 25px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
.block-werbung-footer {
	padding-top: 50px;
}
.btn-small, .button-spenden-layer .btn-info {
	padding:4px 10px;
}
.newsletter-subscribe .btn-info {
	padding:6px 25px;
}
.button-large {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.button-large a {
	font-size: 22px;
	font-weight: bold;
}
/* Start Home Header Image 28.10.21, mars */
.home-header-image {
	height: 800px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_1920.jpg');
    
  	background-repeat: no-repeat;
  	background-size: cover;

}


.home-header-image-content {
   margin-top: 15%;
}

.home-header-image-title {
	text-align: center;
    /* margin: 0 auto; */
    margin-left:0px;
    width: 480px;
    padding: 0 !important;
    border-radius: 5px !important;
}
.home-header-image-title .box-content p {
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
    color: #ffffff;
  	letter-spacing: 3px !important;
  	/* Original */
	/* font-size: 128px !important;
	line-height: 128px;
	padding-top: 20px !important;
	*/
	/* 30 Jahre */
	font-size: 80px !important;
	line-height: 100px;
	padding-top: 20px !important;

	padding-bottom: 0px !important;
	margin-bottom: 0px !important;

}
.home-header-image-slogan {
	margin-top: 25px !important;
	text-align: center;
	width: 480px;
    /* margin: 0 auto; */
    margin-left:0px;
    max-width: 480px;
    padding: 0 !important;
    border-radius: 5px;
}
.home-header-image-slogan .box-content p {
	font-family: 'hand_of_seanregular' !important;
	font-size: 1.4em;
	line-height: 150%;
	color: #ffffff;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px !important;
}

.home-header-image-button-mitglied {
	color:transparent;
	position: absolute;
	top: 25px;
	/* right: 100px; */
	right: 0px;
	background-repeat: no-repeat;
    background-size: 195px 196px;
    width: 195px;
    height: 195px;
    color:transparent;
    border:none;
}

.home-header-image-button-mitglied-de {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot.png) !important;
}
.home-header-image-button-mitglied-fr {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot_fr.png) !important;
}
.home-header-image-button-mitglied-it {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot_it.png) !important;
}
.home-header-image-button-mitglied-en {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot_en.png) !important;
}

/* Ende Home Header Image 28.10.21, mars */


/* Start blog teaser homepage 17.09.24, mars */

.blog-teaser-homepage {
	border: 0px solid red;
}


/*
.blog-teaser-homepage .views-field-title  {
	margin-top:25px;
	padding-left: 10px;
	padding-right: 10px;
}
*/


.blog-teaser-homepage-title {
	margin-top:30px;
	padding-left:10px;
	padding-right:10px;
	line-height: 25px;
	margin-bottom: 0px;
}

.blog-teaser-homepage-title a {

	_margin-top:35px;
	color:#82BC4D !important;
	font-size: 22px;


}

.blog-teaser-homepage-date {

	padding-left: 10px;
	padding-right: 10px;
	color:#666666;
	font-size: 12px;

}


.blog-teaser-homepage .views-field-body {
	padding-left: 10px;
	padding-right: 10px;
}

.blog-teaser-homepage .views-field-body p {

	font-size: 18px;
	line-height: 24px;
}


.blog-teaser-homepage-readmore {
	display: flex; /* Flexbox-Layout verwenden */
  justify-content: center; /* Zentriert den Inhalt horizontal */

}


.blog-teaser-homepage-readmore a {
	background-color: #82BC4D;
	color: #ffffff !important;
	padding:3px 20px 3px 20px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
}

.blog-teaser-homepage-readmore a:hover {
	text-decoration: underline;
}


/* Ende blog teaser homepage */




#edit-submit-blog {
	border: 0;
	background-color: #82bc4d;
	color:#ffffff;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	_line-height: 24px;
	letter-spacing: 2px;
  	text-transform: uppercase;
  	padding: 10px 25px;
  	position: relative;
  	display: inline-block;
  	z-index: 1;
  	margin-top: 15px;
}

#edit-submit-blog:hover, #edit-submit-blog:focus,  #edit-submit-blog:active {
	background-color: #A94C61;
	border:0 !important;

}  

/* Start Kampagnen Button Petition, 28.07.22 */


.kampagne-header-button {
	color:transparent;
	position: absolute;
	top: 500px;
	left: 100px;
	background-repeat: no-repeat;
    background-size: 195px 196px;
    width: 195px;
    height: 195px;
    color:transparent;
    border:none;
}

.kampagne-header-button-de {
	background: url(/sites/swissveg.ch/files/buttons/button-petition-de.png?v2) !important;
}
.kampagne-header-button-fr {
	background: url(/sites/swissveg.ch/files/buttons/button-petition-fr.png?v2) !important;
}

.kampagne-h1 {
	margin-top: 45px;
	text-transform: uppercase;
	font-size:34px;
	line-height: 40px;
	color:#82bc4d;
	font-weight: 700;

}


/* Ende Kampagnen Button Petition, 28.07.22 */


.slovenische-seiten table {
	border:0;

}

.slovenische-seiten table td {
	vertical-align: bottom;
	border:0;
}


.font-2-green {
	font-family: 'hand_of_seanregular';
	font-weight: 400;
	color:#82bc4d;
	font-size: 18px;
}
.font-2-white {
	font-family: 'hand_of_seanregular';
	font-weight: 400;
	color:#ffffff;
	font-size: 18px;
}

.title-teaser-petition {
	font-family: 'hand_of_seanregular';
	font-weight: 400;
	color: #4EC4CC;
	margin-bottom:15px !important;
	font-size: 28px;
}

/* 04.05.23, mars */
.messages--status {
	display:none; 
}


.topbar {
	background-color: #82bc4d;
	padding-top:5px;
	padding-bottom:0px;
}
.topbar-inner {
	color:#ffffff;
}
.fa-fw {
		margin-right: 5px;
}

.social-icons {
	padding-top: 3px;
	padding-bottom: 5px;
}

.link-button {

	color:#ffffff !important;

}

.table-img-center td {
    text-align: center; /* Horizontal zentrieren */
    vertical-align: middle; /* Vertikal zentrieren */
    border: 1px solid #ccc;
  }


.table-img-center img {
	max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Das Bild horizontal zentrieren */
}


/* 11.04.24, mars */
.form-infomaterial-bestellen input[type="number"] {
    width: 4em; 
}

.block-unterstuetzen {
	margin-top:50px;
	padding:45px 0 45px 0;
	/*background-color: #F6F6F6;*/
	background-color: #e4e4e4; 
	margin-bottom: -30px;

}
.footer {
	background-color:#82bc4d;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
.footer .content, .footer .content p  {
	font-size: 14px;
}
.footer a, .footer a:visited {
	color:#ffffff;
	font-weight: normal;
}

.footer a:hover {
	color:#A94C61;
	font-weight: normal;

}



.footer ul {
}


.footer-col-title {
	color:#ffffff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:3px;
}

.footer a.btn-info {
	font-weight: bold;
}

.footer a.btn-info:hover {
	color:#ffffff;
	font-weight: bold;
}



.content-top #block-gavias-carina-languageswitcher {
	display: none;
}


.copyright .copyright-inner p {
	color:#ffffff;
}

.text-right {
	text-align: right;
}

.table-text-right td {
	text-align: right;
} 

/*
ul.menu {
	list-style: none !important;
	border:1px solid red;
}
ul.menu > li a {
	padding-left: 0;
}
*/
.newsletter-subscribe {
	margin-bottom:25px;
}
.newsletter-subscribe h5.font-2-white {
	margin-top:-5px;
}
.topbar .fa {
	color: #ffffff;
}
.widget.gsc-heading {
	padding-bottom: 0px;
}

/* mars, 31.01.21 */
h1.title span {
	text-transform: uppercase;
	font-size:34px;
	line-height: 40px;
}

h2.title span {
	text-transform: uppercase;
	font-size:34px;
	line-height: 40px;

}

.widget.gsc-heading.style-1 .title span {
	color:#82bc4d;
	font-weight: 700;
}


.form-mitgliederversammlung-2024 .form-item-fuer-2024-bezahlt {
	display: none;
}




.ui-accordion-content-active { height: inherit !important; }


div.action a {
	padding:8px 20px 8px 20px;
	background-color:#82bc4d;
	color:#ffffff !important;
}
.action {
	margin-top:15px;
	text-align: center;
}

.ui-state-active {
	background-color:#82bc4d;
	border: 1px solid #82bc4d;
}

.messages:first-child {
    margin-top: 0px;
 }


/*
.messages--error li.messages__item, div[role=alert] {
	color:#E12032;
}
*/



/* Bootstrap-Style für Webform Fehlermeldungen */
.messages--error {
  background-color: #f8d7da;   /* Bootstrap danger background */
  color: #842029;              /* Bootstrap danger text */
  border: 1px solid #f5c2c7;   /* Border wie Bootstrap alert-danger */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
}

.messages--error h2.visually-hidden {
  display: none; /* verstecke das h2 für Screenreader */
}

.messages--error em.placeholder {
  font-style: normal;
  font-weight: bold;
}

.messages--error li {
  list-style: none; /* falls Listenelemente vorkommen */
  margin: 5px 0;
}





/*
._gsc-image-content .image {
	border:1px solid red;
	z-index: 10 !important;
}
*/
/* .gsc-image-content .desc { */
.image-text-overlay .desc {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	z-index:999 !important;
	color:#000000;
	position: absolute;
 	bottom: 41px;
 	padding-top: 15px;
 	padding-left: 15px;
 	padding-right: 15px;
 	padding-bottom: 5px;
 	color:#ffffff;
 	font-weight: normal;
 	background: rgba(0,0,0,0.5);
 	width: 100%;
}

/* Title kann für Image alt Tag verwendet werden */
.image-text-overlay h4.title {
  display: none;
}


a.language-link, a.language-link:visited, a.language-link:hover, a.language-link:active {
	color:#ffffff;
	font-weight: 400;
	font-family: Arial;
}

a.language-link.session-active {
	text-decoration: underline;
}
p, .column-content p  {
	font-size: 18px;
	line-height: 24px
}
div.slider-content {
	/* border:1px solid red; */
}
div.slider-content .container {
	/* border:1px solid red; */
}
div.slider-action {
	/*border:1px solid red;*/
	position: fixed;
	top:25%;
	right:15%;
}
.gavias-slider .slider-action {
	width: 195px;
    height: 195px;
	z-index: 99999;
	}
/* button german */
.block-gavias-slider-blockgavias-slider-block____1 .gavias-slider .btn-slide.btn-slide-flat {
	background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot.png');
}

/* button english  */
.block-gavias-slider-blockgavias-slider-block____3 .gavias-slider .btn-slide.btn-slide-flat {
		background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot_en.png');
}

/* button french  */
.block-gavias-slider-blockgavias-slider-block____4 .gavias-slider .btn-slide.btn-slide-flat {
		background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot_fr.png');
}

/* button italian  */
.block-gavias-slider-blockgavias-slider-block____5 .gavias-slider .btn-slide.btn-slide-flat {
		background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot_it.png');
}

.gavias-slider .btn-slide.btn-slide-flat {
	/*background: url('https://drupal.webstuff.ch/themes/gavias_carina/images/buttonMitgliedWerden.png');*/
    background-repeat: no-repeat;
    background-size: 195px 196px;
    width: 195px;
    height: 195px;
    color:transparent;
    border:none;
}
.branding-layer {
	float:left;
}
.button-spenden-layer {
	float:left;
	margin-top: 30px;
   position: absolute;
   right: 38px;
   z-index: 11;
}
.navigation .gva_menu > li.menu-item--active-trail > a {
    color: #82bc4d !important;
}
.navigation .gva_menu > li > a {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
}
.navigation .gva_menu > li.menu-item--active-trail > a {
	color:#82bc4d;
	font-weight: 600;
}
.navigation .gva_menu > li > a:hover {
	color:#82bc4d;
}
.navigation .gva_menu .sub-menu > li {
	padding-bottom: 3px;
	border-bottom:1px solid #ccc;
	font-family: 'Open Sans', sans-serif !important;

}
.navigation .gva_menu .sub-menu > li:last-child {
	padding-bottom: 0px;
	border-bottom:0;

}
.navigation .gva_menu .sub-menu > li > a:hover {
	font-family: 'Open Sans', sans-serif !important;
	color:#82bc4d;
}
.btn {
	border-radius: 0;
}
.btn-info {
  color: #fff;
  background-color: #a94c61;
  border-color: #a94c61;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #a94c61;
  border-color: #a94c61;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #a94c61;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #a94c61;
  background-color: #fff;
}
.col-md-6 {
	/* border:5px solid blue; */
}
.col-xs-6 {
	/* border:1px solid red; */
}
.unterstuetzen-image .img-responsive {
    margin: 0 auto;
	}
.team-block {
	cursor: pointer;
	padding-bottom:0px;
}
.team-detail {
	 padding: 20px 20px 20px 20px;
	 background-color: #82bc4d;
	 background-color: #ffffff;
	 color:#333;
	 border-bottom:1px solid #cccccc;
	 border-right:1px solid #cccccc;
	 border-left:1px solid #cccccc;
	 /*margin-top: -50px;*/
	 margin-bottom:30px;
}

/* 21.09.20, mars, last row, Nr. muss allenfalls erhöht werden, wenn es mehr Zeilen gibt */
.row-5 .team-detail {
	margin-top: 0px;
}



.team-detail p {
	font-size: 14px;
	line-height: 17px;
	}
.team-content {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.team-job:hover {
	color:#555 !important;
}
#block-gavias-carina-languageswitcher li{
        display:inline;
        padding-left:1.5rem;
}
p.team-email {
	font-weight: bold;
	color:#000000;
	line-height: 30px;
}

.widget.gsc-heading .title {
    line-height: 40px;
}
.colorGreen {
	color:#006243;
}
.widget.gsc-heading .title-desc {
	max-width: 100%;
	margin-bottom:15px;
	color:#333333;
	font-size: 18px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
	padding: 20px 0 10px;
	margin-bottom: 30px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    display: none;
}


form {
	background-color: #e4e4e4;
	margin-top: 30px;
	margin-bottom: 30px;
	padding:25px;

}

.form-no-margin {
	/* background-color: #F6F6F6; */
	margin-top: 0px;
	margin-bottom: 0px;
	padding:25px;

}

.form-no-bg {
	background-color: #ffffff;
	padding:0;
}

.float-left {
	float-left;
}


.newsletter-subscribe form {
	background-color: #82bc4d;
	margin-top: 0;
	padding:0;
}


.form-horizontal .control-label{
    text-align: left;
}

div.radio input[type=radio] {
	margin-right: 5px;
	position: relative;

}

div.checkbox input[type=checkbox] {
	margin-right: 5px;
	position: relative;
}


.unsichtbar {
	display: none;
}

#map {
	height: 700px;
    width: 100%;
}

.box-white .column-inner {
	padding:45px 0 45px 0;
	background-color: #ffffff;

}

#edit-help-link {
	display:none;
}

.search-advanced {
	display:none;
}

.text-input-wrapper {
    border: 2px solid #ccc;
    background-color: #ffffff;
    color: #666666;
    padding: 2px;
    position: relative;
    width: 100%;
    font-size: 16px;
    display: inline-block;
}

#autocomplete {
	border:0 !important;
}


.rangeslider__fill {
	background: #ff0000;

}

#range-output {
	margin-top: 10px;
}


input:focus, select:focus, textarea:focus {
   border: 2px solid #82bc4d !important;
}

label {
	color:#000000 !important;
}

label.optional {
	font-weight: 400;
}


.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

._restSearchWrapper {
    border:2px solid #82bc4d;
    border-radius: 0px;
    padding:8px;
    margin-bottom: 15px;

 }

.panel {
	padding:0;
	border:1px solid #cccccc !important;
}

.panel .panel-heading {
	padding: 10px 15px !important;
}

.panel .panel-body {
	padding-bottom: 15px;
}


.panel-default .panel-heading {
    background-color: #82bc4d !important;
    padding-top:1px !important;
    padding-bottom:5px !important;
  }

.onlineShopsWrapper .panel-default .panel-heading {
    height: 50px;
  }

.expertsWrapper .panel-default .panel-heading {

  }

  .expertsWrapper .panel-default .panel-heading h3 {
    color:#ffffff;
    margin-top: 5px;
    margin-bottom: 2px;
  }

.card-partner .panel {
	border:0 !important;
}

.card-partner .row-header {
	background-color: #82bc4d;

}

.card-partner .row-border {
	border:1px solid #ccc;
	margin-bottom:15px;
}

.card-partner  h3 {
	color:#ffffff;
}


.card-partner-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.card-partner-image {
		padding:15px 0px 15px 15px;
		height:130px;
}

.card-partner-search {
	margin-top:15px;
	margin-bottom:15px;
}

.card-partner-search .btn-group label.btn {
	margin-right: 5px;
	color:#ffffff!important;
	cursor: pointer;
}

.card-partner-search .btn {
	padding-left: 10px;
	padding-right: 10px;
}

.card-partner-search .btn-info {
	padding-bottom: 8px;
}

.card-partner-subtitle {
	font-weight:bold;
	font-size: 14px;
}

.card-partner-search .btn-search .btn-primary {
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top:2px;
}
h3.online-shop-angebot {
	color:#333333;
	font-size: 18px;
	margin-bottom:5px;
}

  .restListNew {
    font-size: 18px;
    line-height: 21px;
  }

  .restAdress {
	font-size: 22px;
	margin-bottom: 8px;
}


  .panel-heading img {
    outline: 0 none;
    padding-top: 12px;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 2px;
}


#clearButton {
	cursor: pointer;
}

 .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .user-login-form input[type*="submit"] {
    background-color: #82bc4d;
    border:0 !important;
    color:#ffffff;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: 1px solid #ccc;

}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.statistics-counter {
	display: none;
}

p.einleitung {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 15px;
    color:#444;
}

p.zentriert, div.zentriert {
    text-align: center;
}


p.wichtig {
    font-weight: bold;
    color: rgb(255, 0, 0);
}

div.float-left {
	float:left;
	margin-right:10px;
	margin-bottom: 8px;
}

div.float-right {
	float:right;
	margin-left:10px;
}

.fussnotenlink {
    font-size: 10px;
    text-decoration: none !important;
    vertical-align: super;
    color:#333333;
}

.fussnotenlink a, .fussnotenlink a:hover {
   color:#333333;
}

.title-fussnoten {
	font-weight: 700;
	font-size: 12px;
	margin-bottom:5px;

}


.fussnoten {
    font-family: 'Open Sans', sans-serif;
    border-color: rgb(204,204,204);
    border-style: dotted;
    border-width: 2px;
    clear: both;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0px 10px 0px;
    padding:15px;
}

.fussnoten p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.zitat {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Arial', sans-serif;
	font-size: 21px !important;
	line-height: 120%;
    margin: 10px;
    color: #82bc4d;
    font-weight: 700;
    font-style:italic;

    padding: 10px 20px;
    border-left: 3px solid #82bc4d;

}
.zitat h3 {
    margin-top: 1px;
}
.zitat p {
    margin-bottom: 1px;
    margin-top: 1px;
}

/*
.zitat:before {
 content: "\00AB  ";
 font-size: 1.2em;
 font-weight: bold;
 _font-family: Georgia, Times, "Times New Roman", serif;
}

.zitat:after {
 content: " \00BB";
 font-size: 1.2em;
 font-weight: bold;
 _font-family: Georgia, Times, "Times New Roman", serif;
}
*/






.field--name-field-content-footnotes {
	font-family: 'Open Sans', sans-serif;
    border-color: rgb(204,204,204);
    border-style: dotted;
    border-width: 1px;
    clear: both;
    font-size: 12px;
    line-height: 16px;
    margin: 5px;
    padding-bottom: -10px;
    padding-left: -5px;
    padding-top: 5px;
}

.field--name-field-content-footnotes p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    line-height: 16px;
}


.field--name-field-content-more-info {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height: 22px;
    clear: both;
    font-style: normal;
    margin-top: 15px;
    padding-top: 15px;
}
.followUs {
	margin-top: 3px;
	font-size: 16px;
	line-height: 16px;
	padding-right: 5px;
}

/* Kalender, Calendar */
.field--name-field-event-date {
	font-size: 20px;
	color:#82bc4d;
	font-weight: 700;

}
.blog-list article {
	margin-bottom: 15px;
}

.blog-list .title {
	line-height: 24px !important;
	margin-bottom: -15px !important;
}

.blog-list .title span {
	font-size:22px;
	text-transform: none;
}

.blog-list ul {
	list-style-type: none !important
	padding:0;
	margin-left:-5px;
}

.blog-list .blog-usernames-blog {
	display: none;

}

.blog-list li.node-readmore {
	margin-left:-25px;
	padding-left:-5px;
	list-style: none;
}

.blog-list a.feed-icon {
	display: none;
}

.blog-list p.einleitung {
	font-size: 18px;
	line-height: 24px;
}
p.readMore {
    clear: both;
    color:#f39c12;
    margin-top: -18px;
}

/* 02.10.20, mars, link zum icon muss noch angepasst werden */
p.readMore::after {
 content: url(/sites/all/themes/swissveg/images/chevronRight.png);
}

p.readMore a {
   font-weight: bold;
   text-decoration: none;
}

p.wichtig {
    font-weight: bold;
    color: rgb(255, 0, 0);
}


/* recipes */
.recipesWrapper .panel-picture .panel-heading {
	background-color: #F6F6F6 !important;
    padding:0;
}
/* recipes end */
.colTitle {

	background-color:#82bc4d;
	padding-top: 8px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.colTitle a {
	color:#ffffff !important;
	font-weight: bold;
}

.row-no-margin {
	margin-left: 0px;
	margin-right: 0px;
}
/* Webform */

.webform-submission-form {
	padding-top:15px;

}


.webform-submission-form .form-item {
	margin-bottom:10px;

}

.webform-submission-form .form-item label {
	min-width: 200px;

}


.button--primary, .btn--primary:hover, .btn--primary:active, .btn--primary:visited {
	background-color: #82bc4d;
    border:0 !important;
    padding: 8px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.webform-submission-form .fieldset-wrapper {
	border:2px solid #fff;
	padding:8px;
	border-radius: 5px;
}


.webform-submission-form .fieldset-legend {
	font-size: 18px;
	font-weight: 700;
	color:#000000;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.webform-submission-form .fieldset-wrapper {
	margin-top: -15px;
}


.webform-options-display-buttons label.webform-options-display-buttons-label {
padding:1px;
}

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
    border-color: #82bc4d;
}


.form-text, .form-select, .form-email {
	 width: 400px;
}

/* Webform end */

.g-recaptcha {
	margin-bottom:15px;
}


.promislider .item .item-content .content-box {
	background-color: #82bc4d;
	min-height: 350px;
}

.promislider .item .item-content .content-box .content-inner {
    max-width: 700px;
    padding: 30px;
 }


.gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

.gavias-slider .caption-inner {
	background-color:#82bc4d !important;
	color:#ffffff !important;
}
.gavias-slider .caption-title {
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	letter-spacing: 3px !important;
	font-size: 128px !important;
	line-height: 120%;
}
.gavias-slider .caption-description {
	font-family: 'hand_of_seanregular' !important;
	font-size: 1.4em;
	line-height: 150%;
}
.gavias-slider .caption-title .caption-inner {
	padding-top: 15px !important;
	padding-bottom: 0px !important;
	padding-left:35px !important;
	padding-right:35px !important;

}
.gavias-slider .caption-description .caption-inner {
	background-color:#82bc4d !important;
	color:#ffffff !important;
	padding-left:15px !important;
	padding-right:15px !important;
}

#moreFields {
	cursor: pointer;
	color:#006243;
	font-weight: bold;
}

.form-group-line {
	padding-bottom: 10px;
	border-bottom:1px solid #ffffff;
}

.title-weitere-infos {
	font-weight: 700;
	margin-bottom:5px;

}


.online-shop-row .column-inner {
	background-color:#ffffff;

}

.online-shop-row .column-inner .content {
	   	padding:10px;
	 }


.blog-date {
	font-size: 12px;
	margin-bottom: 2px;
	color: #9a9a9a;
	text-align: right;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
  text-transform: none;
  color: #555555;
}

/* 30.06.22, mars */
.gbb-row .bb-inner {
	padding-top: 0px;
	padding-bottom: 0px;
}


.hidden-weitere-infos .title-weitere-infos {
	display: none;
}


.job-teaser, #block-jobsteaser, #block-jobsteaser-2, #block-jobteaser {
	/*background-color: #F6F794;*/
	background-color: #A94C61;
	padding-top: 15px;
	padding-bottom: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
 
}


#block-jobsteaser .field, #block-jobsteaser-2 .field, #block-jobteaser .field {
	_border: 1px solid red;
    max-width: 1200px;
    width: 100%; /* Damit es auf kleineren Screens nicht zu groß wird */
    margin: 0 auto;
    color: #ffffff;
    padding-left:15px;
    padding-right: 15px;

}

#block-jobsteaser .field h2, #block-jobsteaser-2 .field h2, #block-jobteaser .field h2 {
	color:#ffffff;

}

#block-jobsteaser .field a, #block-jobsteaser-2 .field a, #block-jobteaser .field a {
	color:#ffffff;
	text-decoration: underline;

}




/*
******************************************************************
- - - - - - - - - - - - - - - - - - - - -
Media Queries
- - - - - - - - - - - - - - - - - - - - -
******************************************************************
 */

@media (min-width: 1400px) {
	.gavias-slider .slider-action {
			position: absolute;
			top:50%;
			right:15% !important;
	}
}




/* mindestens desktop grösse */
@media (min-width: 992px) {


	 .unterstuetzen-row .column-inner  {
	 	background-color:#eeeeee;
	 	/*border:1px solid red;*/
	   	height:550px !important;
	}


	.unterstuetzen-row .unterstuetzen-col-2 .column-inner  {
	 	background-color:#eeeeee;
	 	/*border:1px solid red;*/
	   	height:640px !important;
	}




	.unterstuetzen-row .column-inner .content {
	   	padding:10px;
	 }

	 .unterstuetzen-row h4.title {
	 	font-size: 22px !important;
	 }


	 .unterstuetzen-row .bb-inner {
	 	padding-top: 15px !important;
	 	padding-bottom: 15px !important;
	 }

	.height-400px .column-inner  {
	   	height:400px !important;

	}
	.height-420px .column-inner  {
	   	height:420px !important;

	}
	.height-440px .column-inner  {
	   	height:440px !important;

	}

	.height-450px .column-inner  {
	   	height:450px !important;

	}
	.height-460px .column-inner  {
	   	height:460px !important;

	}
	.height-470px .column-inner  {
	   	height:470px !important;
	}
	.height-480px .column-inner  {
	   	height:480px !important;
	}

	.height-500px .column-inner  {
	   	height:500px !important;
	}

	.height-520px .column-inner  {
	   	height:520px !important;
	}

	.height-540px .column-inner  {
	   	height:540px !important;
	}

	.height-560px .column-inner  {
	   	height:560px !important;
	}

	.height-580px .column-inner  {
	   	height:580px !important;
	}

	.height-600px .column-inner  {
	   	height:600px !important;
	}
	.height-620px .column-inner  {
	   	height:620px !important;
	}
	.height-640px .column-inner  {
	   	height:640px !important;
	}
	.height-660px .column-inner  {
	   	height:660px !important;
	}
	.height-680px .column-inner  {
	   	height:680px !important;
	}
	.height-700px .column-inner  {
	   	height:700px !important;
	}
	.height-720px .column-inner  {
	   	height:720px !important;
	}
	.height-740px .column-inner  {
	   	height:740px !important;
	}
	.height-760px .column-inner  {
	   	height:760px !important;
	}
	.height-780px .column-inner  {
	   	height:780px !important;
	}
	.height-800px .column-inner  {
	   	height:800px !important;
	}


	.height-820px .column-inner  { height: 820px !important; }
	.height-840px .column-inner  { height: 840px !important; }
	.height-860px .column-inner  { height: 860px !important; }
	.height-880px .column-inner  { height: 880px !important; }
	.height-900px .column-inner  { height: 900px !important; }
	.height-920px .column-inner  { height: 920px !important; }
	.height-940px .column-inner  { height: 940px !important; }
	.height-960px .column-inner  { height: 960px !important; }
	.height-980px .column-inner  { height: 980px !important; }
	.height-1000px .column-inner { height: 1000px !important; }
	.height-1020px .column-inner { height: 1020px !important; }
	.height-1040px .column-inner { height: 1040px !important; }
	.height-1060px .column-inner { height: 1060px !important; }
	.height-1080px .column-inner { height: 1080px !important; }
	.height-1100px .column-inner { height: 1100px !important; }
	.height-1120px .column-inner { height: 1120px !important; }
	.height-1140px .column-inner { height: 1140px !important; }
	.height-1160px .column-inner { height: 1160px !important; }
	.height-1180px .column-inner { height: 1180px !important; }
	.height-1200px .column-inner { height: 1200px !important; }



	 .online-shop-row {
	 	padding-top: 50px;
	 	padding-bottom: 50px;
	 }

	 .online-shop-row .column-inner {
	 	background-color:#ffffff;
	 	/*border:1px solid red;*/
	   	height:450px !important;

	 }




}
/* ende desktop grösse */


/* mindestens Tablet grösse */
@media (min-width: 768px) {

.unterstuetzen-row h4.title {
	 	font-size: 22px !important;
	 }

/*
.box h4.title {
	 	font-size: 22px !important;
 }
 */

/* 11.08.22*/
.gsc-image-content .content .title {
	font-size: 22px !important;
}


}

/*
@media (max-width: 1600px){

	
	.home-header-image {
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/30-Jahre-Swissveg-Homepage_Header_1600.jpg?v2');
}


}
*/


@media (max-width: 1360px){

	.home-header-image-content {
   margin-top: 5%;
}

.home-header-image-title {
	text-align: center;
    margin: 0 auto;
    /* margin-left:0px; */
    width: 480px;
    padding: 0 !important;
    border-radius: 5px !important;
}

.home-header-image-slogan {
	margin-top: 25px !important;
	text-align: center;
	width: 480px;
    margin: 0 auto;
    /*margin-left:0px;*/
    max-width: 480px;
    padding: 0 !important;
    border-radius: 5px;
}


.home-header-image-button-mitglied {
	color:transparent;
	position: absolute;
	top: 350px;
	right: 100px;

	}


.home-header-image {
	height: 1020px;	
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_1360.jpg?v1');
}


}





@media (max-width: 1100px){

	/*
	.home-header-image {
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/30-Jahre-Swissveg-Homepage_Header_1100.jpg?v2');
}
*/

	.gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
    	color: #82bc4d !important;
   	}


	.gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
		color:#333333 !important;
	}

	.gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
		color:#82bc4d !important;
	}

	/* button german */
	.block-gavias-slider-blockgavias-slider-block____1 .gavias-slider .btn-slide.btn-slide-flat {
		background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120.png');
	}

	/* button english  */
	.block-gavias-slider-blockgavias-slider-block____3 .gavias-slider .btn-slide.btn-slide-flat {
			background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120_en.png');
	}

	/* button french  */
	.block-gavias-slider-blockgavias-slider-block____4 .gavias-slider .btn-slide.btn-slide-flat {
			background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120_fr.png');
	}

	/* button italian  */
	.block-gavias-slider-blockgavias-slider-block____5 .gavias-slider .btn-slide.btn-slide-flat {
			background: url('/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120_it.png');
	}


	.gavias-slider .btn-slide.btn-slide-flat {
    background-repeat: no-repeat !important;
    background-size: 120px 121px !important;
    width: 120px;
    height: 120px;
    color:transparent;
    border:none;
	}

	.gsc-column {
		margin-bottom: 20px;
	}


	.gsc-image-content .content {
		padding-left: 10px;
		padding-right: 10px;
	}





}


@media (max-width: 991px){
   

	/* Start Kacheln = + 100px Desktop Grösse */ 

	
	/*
	.height-400px .column-inner  {
	   	height:500px !important;

	}
	.height-420px .column-inner  {
	   	height:520px !important;

	}
	.height-440px .column-inner  {
	   	height:540px !important;

	}

	.height-450px .column-inner  {
	   	height:550px !important;

	}
	.height-460px .column-inner  {
	   	height:560px !important;

	}
	.height-470px .column-inner  {
	   	height:570px !important;
	}
	.height-480px .column-inner  {
	   	height:580px !important;
	}

	.height-500px .column-inner  {
	   	height:600px !important;
	}

	.height-520px .column-inner  {
	   	height:620px !important;
	}

	.height-540px .column-inner  {
	   	height:540px !important;
	}

	.height-560px .column-inner  {
	   	height:660px !important;
	}

	.height-580px .column-inner  {
	   	height:680px !important;
	}

	.height-600px .column-inner  {
	   	height:700px !important;
	}
	.height-620px .column-inner  {
	   	height:720px !important;
	}
	.height-640px .column-inner  {
	   	height:740px !important;
	}
	.height-660px .column-inner  {
	   	height:760px !important;
	}
	.height-680px .column-inner  {
	   	height:780px !important;
	}
	.height-700px .column-inner  {
	   	height:800px !important;
	}
	.height-720px .column-inner  {
	   	height:820px !important;
	}
	.height-740px .column-inner  {
	   	height:840px !important;
	}
	.height-760px .column-inner  {
	   	height:860px !important;
	}
	.height-780px .column-inner  {
	   	height:880px !important;
	}
	.height-800px .column-inner  {
	   	height:900px !important;
	}
	*/
	

	/* Ende Kacheln */


   header .area-main-menu .gva-search-region {
      right: 20px;
   }
   header .header-action-wrapper .button-spenden-layer{
      top: -12px;
      right: 100px;
   }
   .menu-bar{
      position: absolute;
      right: 50px;
   }

   .online-shop-row .column-inner {
	   	height:650px !important;
	   	margin-bottom:30px;

	 }


   .card-partner-search .btn {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}


	.card-partner-search .btn-info {
		padding-top: 5px;
		padding-bottom: 3px;
	}

	.card-partner-search .btn-search {
		margin-top: 10px;

	}


	/* 02.11.21, mars */
	h4.title {
		font-size: 22px;
	}



   .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
   	 cursor: pointer;
   }

   .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
    position: absolute;
    padding-right: 5px;
    font-family: FontAwesome;
    content: '\f067';
    text-transform: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

     font-size: 20px;

	}


	.gavias-slider .caption-description {
	font-family: 'hand_of_seanregular' !important;
	font-size: 1.4em !important;
	line-height: 120%;

	}


	.height-470px .column-inner  {
	   	height:600px !important;
	}

}


@media (max-width: 767px) {
	.topbar {
    display: block;
	}

	 .online-shop-row .column-inner {
	   	height:650px !important;
	   	margin-bottom:30px;

	 }


	
	/* Start Kacheln = +40px Desktop Grösse */ 

	/*

	.height-400px .column-inner  {
	   	height:440px !important;

	}
	.height-420px .column-inner  {
	   	height:460px !important;

	}
	.height-440px .column-inner  {
	   	height:480px !important;

	}

	.height-450px .column-inner  {
	   	height:490px !important;

	}
	.height-460px .column-inner  {
	   	height:500px !important;

	}
	.height-470px .column-inner  {
	   	height:510px !important;
	}
	.height-480px .column-inner  {
	   	height:520px !important;
	}

	.height-500px .column-inner  {
	   	height:540px !important;
	}

	.height-520px .column-inner  {
	   	height:560px !important;
	}

	.height-540px .column-inner  {
	   	height:580px !important;
	}

	.height-560px .column-inner  {
	   	height:600px !important;
	}

	.height-580px .column-inner  {
	   	height:620px !important;
	}

	.height-600px .column-inner  {
	   	height:640px !important;
	}
	.height-620px .column-inner  {
	   	height:660px !important;
	}
	.height-640px .column-inner  {
	   	height:680px !important;
	}
	.height-660px .column-inner  {
	   	height:700px !important;
	}
	.height-680px .column-inner  {
	   	height:720px !important;
	}
	.height-700px .column-inner  {
	   	height:740px !important;
	}
	.height-720px .column-inner  {
	   	height:760px !important;
	}
	.height-740px .column-inner  {
	   	height:780px !important;
	}
	.height-760px .column-inner  {
	   	height:800px !important;
	}
	.height-780px .column-inner  {
	   	height:820px !important;
	}
	.height-800px .column-inner  {
	   	height:840px !important;
	}

	*/

	/* Ende Kacheln Grösse */

}




/* Small screens */


@media (max-width: 640px) {

.home-header-image {
	height: 740px;
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_640.jpg');
	/*background: url('/sites/swissveg.ch/files/bilder/Titelbilder/30-Jahre-Swissveg-Homepage_Header_Small.jpg?v3');*/
}

}



@media (max-width: 576px) {


	/* Start Kacheln = Gleiche Grösse wie Desktop */ 

	/*

	.height-400px .column-inner  {
	   	height:400px !important;

	}
	.height-420px .column-inner  {
	   	height:420px !important;

	}
	.height-440px .column-inner  {
	   	height:440px !important;

	}

	.height-450px .column-inner  {
	   	height:450px !important;

	}
	.height-460px .column-inner  {
	   	height:460px !important;

	}
	.height-470px .column-inner  {
	   	height:470px !important;
	}
	.height-480px .column-inner  {
	   	height:480px !important;
	}

	.height-500px .column-inner  {
	   	height:500px !important;
	}

	.height-520px .column-inner  {
	   	height:520px !important;
	}

	.height-540px .column-inner  {
	   	height:540px !important;
	}

	.height-560px .column-inner  {
	   	height:560px !important;
	}

	.height-580px .column-inner  {
	   	height:580px !important;
	}

	.height-600px .column-inner  {
	   	height:600px !important;
	}
	.height-620px .column-inner  {
	   	height:620px !important;
	}
	.height-640px .column-inner  {
	   	height:640px !important;
	}
	.height-660px .column-inner  {
	   	height:660px !important;
	}
	.height-680px .column-inner  {
	   	height:680px !important;
	}
	.height-700px .column-inner  {
	   	height:700px !important;
	}
	.height-720px .column-inner  {
	   	height:720px !important;
	}
	.height-740px .column-inner  {
	   	height:740px !important;
	}
	.height-760px .column-inner  {
	   	height:760px !important;
	}
	.height-780px .column-inner  {
	   	height:780px !important;
	}
	.height-800px .column-inner  {
	   	height:800px !important;
	}

	*/


	/* Ende Kacheln */




	p, .column-content p {
    	font-size: 14px !important;
   		line-height: 18px !important;
	}


	.height-470px .column-inner  {
	   	height:500px !important;
	}


	h1.title span {
		font-size:21px;
		line-height: 24px !important;
	}



	h2.title span {
	text-transform: uppercase;
	font-size:90%;
	line-height: 90%;
	}

	h3 {
		font-size:100%;
		line-height: 100%;
	}


	 .online-shop-row .column-inner {
	   	height:500px !important;
	   	margin-bottom:30px;

	 }




	.gsc-image-content .desc p {
		font-size: 12px;
		line-height: 16px;
	}

	.gavias-slider .slider-action {
		/* border:1px solid blue; */
		position: absolute;
		top:65%;
		right:5%;
	}
	.gavias-slider .caption-title {
		font-family: 'Yanone Kaffeesatz', sans-serif !important;
		letter-spacing: 1 !important;
		font-size: 72px !important;
		line-height: 120%;
	}

	.gavias-slider .caption-description {
	font-family: 'hand_of_seanregular';
	font-size: 1.0em !important;
	line-height: 120%;

	}

	.navigation .gva_menu > li.menu-list ul.sub-menu {
    min-width: 250px;
  }

  .navigation .gva_menu .sub-menu {

  }


.promislider .item .item-content .content-box {
	width:100%;

}

.promislider .item .item-content .bg-full {
	width:100%;
	display: none;

}

/* 01.03.20223 */
p.caption.promiSlider2Descr {
	padding:15px;
	color:#ffffff;
}





.unterstuetzen-image {
		padding-top: 25px;
	}


/* Webform */
.form-text, .form-select, .form-email, .form-textarea {
	 width: 280px;
}

/* Ende Webform */

.header-main-2 {
	display: none !important;
}


/* Start home header image content */

.home-header-image {
	height: 740px;
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_640.jpg');
	/*background: url('/sites/swissveg.ch/files/bilder/Titelbilder/30-Jahre-Swissveg-Homepage_Header_Small.jpg?v3');*/
}

.home-header-image-title {
    width: auto;

}

.home-header-image-title .box-content p {
    font-size: 48px !important;
    line-height: 58px;
    /*padding-bottom: 10px !important;*/
    padding-top: 25px !important;
    padding-bottom: 15px !important;

}

.home-header-image-slogan {
	width: auto;
}

.home-header-image-slogan .box-content p {
	font-size: 1.0em;

}

.home-header-image-button-mitglied {
	width: 120px;
    height: 120px;

}


.home-header-image-button-mitglied-de {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120.png) no-repeat !important;
}

/* 06.03.24, Sprach-Buttons */
.home-header-image-button-mitglied-fr {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120_fr.png) !important;
}
.home-header-image-button-mitglied-it {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120_it.png) !important;
}
.home-header-image-button-mitglied-en {
	background: url(/sites/swissveg.ch/files/buttons/buttonMitgliedWerdenRot120_en.png) !important;
}


.kampagne-header-button {
	color:transparent;
	position: absolute;
	top: 200px;
	left: 50px;

}

.kampagne-header-button {
	width: 120px;
    height: 120px;

}

.kampagne-header-button-de {
	background: url(/sites/swissveg.ch/files/buttons/button-petition-120-de.png?v2) no-repeat !important;
}

.kampagne-header-button-fr {
	background: url(/sites/swissveg.ch/files/buttons/button-petition-120-fr.png?v2) no-repeat !important;
}


/* Ende home header image */



}

/* @media (max-width: 576px) { */

@media (max-width: 500px) {

.online-shop-row .column-inner {
	   	height:450px !important;
	   	margin-bottom:30px;

	 }


.home-header-image {
	height: 578px;
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_500.jpg');
	
}	

.home-header-image-button-mitglied {
	color:transparent;
	position: absolute;
	top: 280px;

	} 



/* Start Kacheln -100px von Desktop Grösse */ 

	/*

	.height-400px .column-inner  {
	   	height:300px !important;

	}
	.height-420px .column-inner  {
	   	height:320px !important;

	}
	.height-440px .column-inner  {
	   	height:340px !important;

	}

	.height-450px .column-inner  {
	   	height:350px !important;

	}
	.height-460px .column-inner  {
	   	height:360px !important;

	}
	.height-470px .column-inner  {
	   	height:370px !important;
	}
	.height-480px .column-inner  {
	   	height:380px !important;
	}

	.height-500px .column-inner  {
	   	height:400px !important;
	}

	.height-520px .column-inner  {
	   	height:420px !important;
	}

	.height-540px .column-inner  {
	   	height:440px !important;
	}

	.height-560px .column-inner  {
	   	height:460px !important;
	}

	.height-580px .column-inner  {
	   	height:480px !important;
	}

	.height-600px .column-inner  {
	   	height:500px !important;
	}
	.height-620px .column-inner  {
	   	height:520px !important;
	}
	.height-640px .column-inner  {
	   	height:540px !important;
	}
	.height-660px .column-inner  {
	   	height:560px !important;
	}
	.height-680px .column-inner  {
	   	height:580px !important;
	}
	.height-700px .column-inner  {
	   	height:600px !important;
	}
	.height-720px .column-inner  {
	   	height:620px !important;
	}
	.height-740px .column-inner  {
	   	height:640px !important;
	}
	.height-760px .column-inner  {
	   	height:660px !important;
	}
	.height-780px .column-inner  {
	   	height:680px !important;
	}
	.height-800px .column-inner  {
	   	height:700px !important;
	}

	*/


/* Ende Kacheln */	 







}



@media (max-width: 480px) {

	p, .column-content p, ul li {
    	font-size: 14px !important;
   		line-height: 18px !important;
	}


	.height-470px .column-inner  {
	   	height:440px !important;
	}

	.title-teaser-petition {
	font-size: 18px;
	}


}


/* Mobile Portrait */



@media (max-width: 440px) {


	.home-header-image {
	height: 509px;
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_440.jpg');
	
}

.home-header-image-button-mitglied {
	color:transparent;
	position: absolute;
	top: 220px;

	} 


}

/*



@media (max-width: 400px) {

	.home-header-image {
	height: 740px;
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_640.jpg');
	
}

	.height-470px .column-inner  {
	   	height:400px !important;
	}


}

@media (max-width: 380px) {

	.home-header-image {
	height: 740px;
	background: url('/sites/swissveg.ch/files/bilder/Titelbilder/homepage-header_640.jpg');

	}


	.height-470px .column-inner  {
	   	height:400px !important;
	}


}

*/





/* start min-width */




@media (min-width: 500px) {

}
@media (min-width: 576px) {
	.gavias-slider .slider-action {
		position: absolute;
		top:50%;
		right:5%;
}
	.unterstuetzen-image {
		margin-top: 10px;
	}


}
@media (min-width: 768px) {
	._gsc-image-content .desc {
	  	padding-left: 135px;
	 	padding-right: 135px;
	}


	 .recipesWrapper .panel-picture .panel-heading {
    height:230px;
    overflow: hidden;
  }


  .recipesWrapper .panel-picture .panel-body {
    height:80px;

  }

  /* 20.10.21, mars */
  figure.align-right {
  	width: 50%;
  	padding-left: 8px;
  }

  figure.align-left {
  	width: 50%;
  }



}







@media (min-width: 992px) {
	._gsc-image-content .desc {
	  	padding-left: 15px;
	 	padding-right: 15px;
	}
	 .navigation .gva_menu .sub-menu {
	 	right:0 !important;
	 }
}

@media (min-width: 1200px) {

}

header .header-action-wrapper .button-spenden-layer{
 position: absolute;
 right: 40px;
 top: -6px;
 z-index: 11;
}

header .area-main-menu .gva-search-region .search-content form{margin: 0;background: #fff!important;padding: 0;}

@media(min-width: 992px){

   a[href=""]{
     pointer-events: auto
   }
   a[href=""]:hover{
      pointer-events: none;
   }
}

.node--type-webform > .node__content > .field--type-webform{
  margin-top: 60px;
}
