body.site {
    border: none!important;
    background-color: #2E2525!important;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
body {
    font-family: karmina, serif;
    font-weight: 400;
    font-style: normal;
    color: #707070;
}
@media all and (min-width: 1025px) {
	body {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 2%;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
/**768 @media all and (min-width: 980px) and (max-width: 1024px) {*/
	body {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.05px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
/**768 @media all and (max-width: 979px) {*/
	body {
/*		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.05px;*/
		font-size: 2.6vw;
		line-height: 3.8vw;
		letter-spacing: 0.05px;
	}
}
@media (max-width: 480px) {
	body {
		font-size: 3.5vw;
		line-height: 5vw;
		letter-spacing: 0.05px;
	}
}

.body .container {
    background-color: #fff;
    border: none;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
}
@media all and (min-width: 1025px) {
/*div:not(.footer) .container*/
	.body .container {
		padding: 15px 0 20px 0;
	}
	.container , .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 1633px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 980px;
	}
	.body .container {
		padding: 15px 0 0 0;
	}
}
@media all and (max-width: 767px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 100%;
	}
	.body .container {
		padding: 0;
	}
}
.header {
/*    margin-bottom: 10px;*/
    margin-bottom: 45px; /* if no header-img */
}
.header-img {
    margin-top: -35px; /* correction */
}
.brand  {
	float: none;
/*	width: 100%;*/
	margin: 0 auto;
	display: flex; 
    justify-content: center; 
    align-items: center;
}
@media all and (min-width: 1025px) {
	.brand img {
		width: 567px;
		margin-top: -5px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.brand  {
		width: 408px;
	}
	.brand img {
		width: 408px;
		margin-top: 5px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.brand  {
		width: 72vw;
	}
	.brand img {
/*		width: 53vw;*/  /* Originalgrösse des Designs */
		width: 72vw;
		margin-top: 0.4vw;
	}
}
@media all and (max-width: 480px) {
	.brand  {
		width: 96vw;
	}
	.brand img {
		width: 96vw;
		margin-top: 0.5vw;
	}
}
.header-img p {
	margin: 0;
}

/*--------------------------------*/
/*-------- Top Navigation --------*/
/*--------------------------------*/
/* Navigation bottom ausrichten */
/*.header {
	position: relative;
}
.header .pull-right {
  position: absolute;
  bottom: 0;
  right: 0;
}*/
.header {
	position: relative;
}
.header .pull-right {
  position: absolute;
  top: 13px;
  right: 0;
}

/*.header .nav.menu {*/
.header .mod-menu.nav {
/*	color: rgba(167,167,167,1);*/
	display: block;
/*	padding-top: 13px;*/
    text-align: left;
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: 0px 0px;
    color: #dfdfdf;
    text-transform: uppercase;
}
/*.header .nav.menu li {*/
.header .mod-menu.nav li {
	float: left;
	line-height: 21px;
}
@media all and (min-width: 1320px) {
	/*.header .nav.menu {*/
.header .mod-menu.nav {
		font-size: 17px;
		letter-spacing: 0.0625em; 
		margin-top: 5px;
	}
	/*.header .nav.menu li {*/
.header .mod-menu.nav li {
/*		padding-right: 44px;*/
		padding-right: 28px;
	}
	/*.header .nav.menu li:last-child {*/
	.header .mod-menu.nav li:last-child {
		padding-right: 55px;
	}
	/*.header .nav.menu li a {*/
	.header .mod-menu.nav li a {
		color: #a7a7a7;
	}
	.header .nav > li a:hover, .header .nav > li.active a {
		color: #a7a7a7!important;
		border-top: 1px solid #a7a7a7;
		background-color: transparent;
	}	
}
@media all and (min-width: 1025px) and (max-width: 1320px) {
	/*.header .nav.menu {*/
.header .mod-menu.nav {
		font-size: 17px;
		letter-spacing: 0; 
		margin-top: -10px;
	}
	/*.header .nav.menu li {*/
.header .mod-menu.nav li {
/*		padding-right: 20px;*/
		padding-right: 17px;
	}
	/*.header .nav.menu li:last-child {*/
	.header .mod-menu.nav li:last-child {
		padding-right: 30px;
	}
	/*.header .nav.menu li a {*/
	.header .mod-menu.nav li a {
		color: #a7a7a7;
	}
	.header .nav > li a:hover, .header .nav > li.active a {
		color: #a7a7a7!important;
		border-top: 1px solid #a7a7a7;
		background-color: transparent;
	}	
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	/*.header .nav.menu {*/
.header .mod-menu.nav {
/*		font-size: 17px;*/
		font-size: 1.65vw;
		line-height: 1.7vw;
		letter-spacing: 0; 
		margin-top: -10px;
	}
	/*.header .nav.menu li {*/
.header .mod-menu.nav li {
/*		padding-right: 20px;*/
		padding-right: 17px;
	}
	/*.header .nav.menu li:last-child {*/
	.header .mod-menu.nav li:last-child {
		padding-right: 30px;
	}
	/*.header .nav.menu li a {*/
	.header .mod-menu.nav li a {
		color: #a7a7a7;
	}
	.header .nav > li a:hover, .header .nav > li.active a {
		color: #a7a7a7!important;
		border-top: 1px solid #a7a7a7;
		background-color: transparent;
	}	
}

/**768 @media all and (max-width: 767px) {*/
@media all and (max-width: 979px) {
	/*.header .nav.menu {*/
.header .mod-menu.nav {
		display: none;
	}
}
.header + div.mod-custom > p { /* no margin below header image */
	margin-bottom: 0!important;
}

/*---------------------------------*/
/*-------- Main Navigation --------*/
/*---------------------------------*/
.navigation {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 0px 0px;
    text-transform: uppercase;
}
.navigation .nav > li.active a {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;
}

/**768 @media all and (min-width: 767px) {*/
@media all and (min-width: 980px) {
  .navigation {
	display: block;
    text-align: left;
    background-color: #4e4e4e;
	border: none;	
/*    color: #DFDFDF;*/
	/*margin-top: -18px;*/
/*    padding: 5px 0;
    margin-bottom: 10px;*/
  }
  .navigation .navbar-collapse {
	  height: 100%;
  }
  .navbar-toggler {
	  display: none;
  }
}

@media all and (min-width: 1633px) {
	.navigation {
		font-size: 26px;
/*		padding: 0 131px 0 131px;*/
		padding: 0 60px 0 86px;
		height: 68px;
	}
	.navigation li {
		float: left;
		line-height: 26px;
	/*	background-color: transparent!important;*/
	}
/*	.navigation li, .navigation li:last-of-type  {
		padding: 21px 40px 0 45px!important;
	}*/
	.navigation li .menu-mobile {
		display: none;
	}
	.navigation .nav > li a {
		padding: 21px 43px 0 43px;
		height: 47px;
	}
	.navigation .nav > li.active {
		background-color: #1d1c1c;
	}
	.navigation .nav > li a:hover {
		color: #4e4e4e!important;
		background-color: #CFD1D3;
	}
}
/*@media all and (min-width: 1025px) and (max-width: 1632px) {*/
@media all and (min-width: 1320px) and (max-width: 1632px) {
	.navigation {
		font-size: 1.5vw;
/*		padding: 0 7vw 0 7vw;*/
		padding: 0 4.7vw 0 4.7vw;
		height: 68px;
	}
	.navigation li {
		float: left;
		line-height: 26px;
	/*	background-color: transparent!important;*/
	}
	.navigation li .menu-mobile {
		display: none;
	}
	.navigation li, .navigation li:last-of-type {
/*		padding-right: 4.7vw;
		padding-top: 21px;*/
/*		padding: 21px 2.8vw 0 2.8vw!important;*/
	}
	.navigation .nav > li a {
		padding: 21px 2.8vw 0 2.8vw;
		height: 47px;
	}
	.navigation .nav > li.active {
		background-color: #1d1c1c;
	}
	.navigation .nav > li a:hover {
		color: #4e4e4e!important;
		background-color: #CFD1D3;
	}
}
/*@media all and (min-width: 1025px) and (max-width: 1320px) {*/
@media all and (min-width: 980px) and (max-width: 1320px) {
	.navigation {
		font-size: 1.7vw;
/*		padding: 0 7vw 0 7vw;*/
		padding: 0 1.5vw 0 4.7vw;
		height: 68px;
	}
	.navigation li {
		float: left;
		line-height: 26px;
	/*	background-color: transparent!important;*/
/*		padding-right: 4.7vw;
		padding-top: 21px;*/
/*		padding: 21px 2.4vw 0 2.4vw!important;*/
	}
	.navigation li .menu-mobile {
		display: none;
	}
	.navigation .nav > li a {
		padding: 21px 2.5vw 0 2.6vw;
		height: 47px;
	}
	.navigation .nav > li.active {
		background-color: #1d1c1c;
	}
	.navigation .nav > li a:hover {
		color: #4e4e4e!important;
		background-color: #CFD1D3;
	}
}
@media all and (min-width: 980px) and (max-width: 1024px) {
	.navigation {
		font-size: 1.8vw;
		padding: 0 1vw 0 4.7vw;
		height: 68px;
	}
	.navigation .nav > li a {
		padding: 21px 2.1vw 0 2.2vw;
		height: 47px;
	}
}
/**768 @media all and (min-width: 768px) and (max-width: 1024px) {*/
/*@media all and (min-width: 980px) and (max-width: 1024px) {
	.navigation {
		font-size: 1.8vw;*/
/**		padding: 0 4vw 0 4vw;**/
/*		padding: 0 2.5vw 0 2.7vw;
		height: 50px;
	}
	.navigation li{*/
/**		padding: 12px 2.1vw 0 2.1vw!important;**/
/*	}
	.navigation li  .menu-mobile {
		display: none;
	}
	.navigation .nav > li a {
		padding: 12px 2.1vw 0 2.1vw;
		height: 37px;
	}
	.navigation .nav > li.active {
		background-color: #1d1c1c;
	}
	.navigation .nav > li a:hover {
		color: #4e4e4e!important;
		background-color: #CFD1D3;
	}
	.navigation li {
		float: left;
		line-height: 26px;*/
	/**	background-color: transparent!important;**/
/*	}
}*/
/* HIER WEITERMACHEN, falls bei dieser BS-Breite das Desktop-Menu angezeigt werden soll*/
/* Falls Wechsel auf Toggle-Menu bei 979px, die obigen Overrides der template.css löschen */
/*@media all and (min-width: 768px) and (max-width: 979px) {
	.nav-collapse, .nav-collapse.collapse {
		overflow: auto;
		height: auto;
}
	.nav-collapse {
		clear: none;
	}
	.navbar .btn-navbar {
		display: none;
	}
	.nav-collapse .nav > li {
		float: left;
	}
	.nav-collapse .nav {
		margin: 0 0 18px;
	}
	.nav-collapse .nav > li {
		float: left;
	}
}*/
/*@media all and (min-width: 768px) and (max-width: 1024px) {
	.navigation {
		font-size: 20px;
	}
}*/

/*.navigation li:last-of-type { 
.navigation li:last-of-type a {
	padding-right: 2.2vw;
}*/

/**768 @media all and (max-width: 767px) {*/
@media all and (max-width: 979px) {
  .container-nav .navbar-collapse:not(.show) {
    display: none !important;
  }
  
  
  .nav-collapse, .nav-collapse.collapse.show, .collapse.show { /* overwrite cassiopeia */
    overflow: visible;
    height: auto;
  }
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    top: 58px;
/*    left: 35px;*/
    width: 100px;
    height: 57px;
    text-decoration: none;		
	float: none;
	padding: 0!important;
	margin: 0 0!important;
	background-color: transparent;
	border: none;
	box-shadow: none;
	line-height: 0;
  }
.navbar .navbar-toggler .icon-menu {
	display: none;
}
/*.navigation .navbar.pull-left {
	display: none;
}*/
/*   .navbar .btn-navbar.collapsed {*/
   .navbar .navbar-toggler[aria-expanded="false"] {
		background-image: url("../images/sandwich.svg");
		background-repeat: no-repeat;
/*		background-size: 100px 55px;*/
/*		background-size: 13vw 7.2vw;*/
		background-position: 0 0;
	}
   .navbar .navbar-toggler[aria-expanded="true"] {
		background-image: url("../images/close.svg");
		background-repeat: no-repeat;
/*		background-size: 57px 57px;*/
		background-position: 0 0;
	}
/*.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {*/
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler.active,
.navbar .navbar-toggler.disabled,
.navbar .navbar-toggler[disabled] {
/*    top: 76px;
	height: 76px;*/
	color: #fff;
	background-color: transparent;
}
/*.navbar .btn-navbar:active,
.navbar .btn-navbar.active {*/
.navbar .navbar-toggler:active,
.navbar .navbar-toggler.active {
	background-color: transparent;
}
	/*.navbar .btn-navbar .icon-bar {*/
	.navbar .navbar-toggler .icon-bar {
		display: none;
	}
	.navigation {
		position: absolute;
		width: calc(100% - 2px); /*ohne border*/
		top: 0;
		left: 0;
		padding: 0;
		margin: -18px 0 0 0;
		background-color: #2C408F;
		border: 1px solid #4e4e4e;
/*		height:  0;*/
		z-index: 999;
	}
	.navigation .nav-collapse {
/*		position: absolute;
		top: 0;
		left: 0;
		width: 100%;*/
/*		height: auto;  *//* damit ist Navigation immer offen ---*/
		z-index: 9999;
		margin: 0 0 -7px 0; /*Korrektur blauer Rand unten*/
		padding: 0;
		-webkit-transform: none;
		transform: none;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0;
	}
	.nav-collapse .nav:after {
		content:"";
		border-top: 1px solid #4e4e4e;
		background-image: linear-gradient(rgba(167,167,167, 0.9) 0%, rgba(167,167,167, 0.6) 32%, rgba(167,167,167, 0.3) 65%, rgba(215, 215, 215, 0.3) 100%);
		display: block;
		height:6px;
		width: calc(100% + 2px);
		margin: 0 -1px; /* border 1px */
		position: absolute;
		bottom: -1px;
	}
/**	.nav-collapse .nav  > li:last-of-type a  {
		padding-bottom: 40px;
	}**/

/*	.navigation li {*/
	.nav-collapse li {
		line-height: 28px;
/*		padding: 12px 2.1vw 0 2.1vw!important;*/
	}
	.nav-collapse .nav > li > a.separator {
		line-height: 0;
		font-size: 0;
		padding: 0 0 29px;
		border-top: 2px solid #fff;
		cursor: none;
		pointer-events: none;
	}
	.navigation li  .menu-mobile, .navigation .nav > li a.menu-mobile:hover	{
/*	, .navigation li.item-136 {*/
		display: block;
		background-color: #6974aa;
		color: #fff;
	}
	.nav-collapse .nav > li.item-136 {
/**		border-top: 2px solid #fff;**/
	}
	.navigation .nav > li a {
/*		padding: 21px 0 21px 38px;*/
/*		height: 37px;*/
	}
	.nav-collapse .nav > li:first-of-type a {
		margin-top: 156px;
	}
	.nav-collapse .nav > li.item-110 a {
		/*padding-bottom: 61px;*/
		margin-bottom: 40px;
	}
/**	.nav-collapse .nav > li.item-136 a {
		margin-top: 29px;
	}**/
	.nav-collapse .nav > li:last-of-type  {
		padding-bottom: 27px;
		background-color: #6974aa;
	}
	.navigation .nav > li.active a {
		background-color: #1d1c1c;
	}
/* Ohne Hover: Folgendes auskommentieren */
	.navigation .nav > li a:not(.separator):hover {
		color: #4e4e4e!important;
		background-color: #CFD1D3;
	}
/*	.navigation .nav > li a.separator:hover {
		background-color: #6974aa;
	}*/
}
@media all and (min-width: 768px) and (max-width: 979px) {
/*    .navbar .btn-navbar.collapsed {*/
    .navbar .navbar-toggler[aria-expanded="false"] {
		left: 80px;
		background-size: 100px 55px;
/*		background-size: 13vw 7.2vw;*/
	}
   .navbar .navbar-toggler[aria-expanded="true"] {
		left: 35px;
		background-size: 57px 57px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a:not(.menu-mobile):hover {
/*    padding: 9px 15px;*/
		font-size: 28px;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav-collapse .nav > li > a {
		font-weight: normal;
		padding: 21px 0 21px 35px;
		margin-bottom: 0;
	}
}
@media all and (max-width: 767px) {
	/*.navbar .btn-navbar {*/
	.navbar .navbar-toggler {
/*    width: 100px;*/
		width: 17vw;
/*		height: 57px;*/
		height: 11vw;
	}
    /*.navbar .btn-navbar.collapsed {*/
   .navbar .navbar-toggler[aria-expanded="false"] {
		left: 5vw;
		top: 58px;
/*		left: 0;*/
/*		top: calc(58px - 5vw);*/
/*		border: 5vw solid #fff;*/
/*		background-size: 100px 55px;*/
		background-size: 13vw 7.2vw;
	}
   .navbar .navbar-toggler[aria-expanded="true"] {
		left: 4.5vw;
		top: 58px;
		background-size: 57px 57px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a:not(.menu-mobile):hover {
/*    padding: 9px 15px;*/
		font-size: 3.6vw;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav-collapse .nav > li > a {
		font-weight: normal;
		padding: 2.7vw 0 2.7vw 4.5vw;
		margin-bottom: 0;
	}
}
@media all and (max-width: 480px) {
   .navbar .navbar-toggler[aria-expanded="true"] {
		left: 6vw;
		top: 58px;
		height: 50px;
		width: 50px;
		background-size: 50px 50px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a:not(.menu-mobile):hover {
/*    padding: 9px 15px;*/
		font-size: 4.8vw;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nav-collapse .nav > li > a {
		font-weight: normal;
		padding: 3.6vw 0 3.6vw 6vw;
		margin-bottom: 0;
	}
/*   .navbar .btn-navbar.collapsed {
		background-size: 22vw 11vw;
	}
   .navbar > :not(.collapsed) {
		background-size: 57px 57px;
	}*/
}

.navigation li:not(.active) a {
/*	color: #DFDFDF;*/
	color: #a7a7a7!important;
	text-shadow: none!important;
/*	background-color: transparent!important;*/
}


/*-----------------------------*/
/*-------- Breadcrumbs --------*/
/*-----------------------------*/
.breadcrumb {
    padding: 0 15px 0 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
@media all and (min-width: 1025px) {
	.breadcrumb {
		margin: 30px 0 0 -5px;
	}
	.breadcrumb > li {
		font-size: 20px;
		line-height: 20px;
	}
	.breadcrumb > li > .divider {
		padding: 0 21px;
		color: #707070;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.breadcrumb {
		margin: 0;
	}
	.breadcrumb > li {
		font-size: 16px;
		line-height: 15px;
	}
	.breadcrumb > li > .divider {
		padding: 0 12px;
		color: #707070;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.breadcrumb {
/*		margin: 30px 0 0 0;*/
		margin: 3.9vw 0 0 0;
	}
	.breadcrumb > li {
/*		font-size: 20px;
		line-height: 20px;*/
		font-size: 2.6vw;
		line-height: 2.6vw;
	}
	.breadcrumb > li > .divider {
/*		padding: 0 28px;*/
		padding: 0 3.6vw;
		color: #707070;
	}
}
@media all and (max-width: 480px) {
	.breadcrumb {
		margin: 5.2vw 0 0 0;
	}
	.breadcrumb > li {
		font-size: 3.4vw;
		line-height: 3.4vw;
	}
	.breadcrumb > li > .divider {
		padding: 0 4.8vw;
		color: #707070;
	}
}
/*.breadcrumb > .breadcrumb-item:not(:first-child)::before {*/
.breadcrumb-item + .breadcrumb-item {
    padding-left: 1.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 1.5rem;
    color: #707070;
    content: " | ";	
}
.breadcrumb .icon-location {
	display: none;
}
.breadcrumb > li {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-shadow: 0px 0px;
	text-transform: uppercase;
}
.breadcrumb > li a {
    color: #707070;
}
.breadcrumb > .active {
    color: #6974aa;
}


/*-----------------------------*/
/*-------- Content --------*/
/*-----------------------------*/
@media all and (min-width: 1025px) {
	.row-fluid .span3 {
		width: 170px;
	}
	#sidebar img {
		margin-left: 74px;
		margin-top: 65px;
	}
	.row-fluid .span9 {
		width: calc (100%-170px)!important;
		padding-left: 80px;
		margin-left: 0;
	}
	.item-page.home {
		margin-top: 80px;
	}
	.item-page:not(.home), .blog-featured:not(.home), .blog:not(.home), #content .login {
		margin-top: 70px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.row-fluid .span3 {
		display: none;
	}
	.row-fluid .span9 {
		width: 100%!important;
		padding: 0 80px;
		margin-left: 0;
	}
	.item-page.home {
		margin-top: 80px;
	}
	.item-page:not(.home), .blog-featured:not(.home), .blog:not(.home), #content .login {
		margin-top: 25px;
	}
}
@media all and (max-width: 767px) {
	.row-fluid .span3 {
		display: none;
	}
	.row-fluid .span9 {
		width: 100%!important;
		padding: 0 5vw;
		margin-left: 0;
	}
	.item-page.home {
		margin-top: 45px;
	}
	.item-page:not(.home), .blog-featured:not(.home), .blog:not(.home), #content .login {
		margin-top: 38px;
	}
}
@media all and (max-width: 480px) {
}
.page-header {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.reset .page-header, .remind .page-header {
	margin-top: 50px;
}
p {
    margin: 0 0 10px;
}
a {
    color: #6974aa;
	text-decoration: none;
}
.item-page a {
	border-bottom: 1px solid #6974aa;
}
a:hover, a:focus {
    color: #2C408F!important;
    text-decoration: none;
}
.item-page a:hover, #content a:focus {
	border-bottom: 1px solid #2C408F;
}
.weiterlesen-link a, .weiterlesen-link a:hover, .weiterlesen-link a:focus {
  	border:none!important;
}
/*-------- Seite Zunftrat, Mitglieder ---------*/
/*.zunftrat img {
	margin-bottom: 50px;
}*/
.zunftrat p:nth-child(2), .mitglieder p:nth-child(2) {
	margin-bottom: 0;
}
@media all and (min-width: 1025px) {
	.zunftrat p:nth-child(1), .mitglieder p:nth-child(1) {
		margin-bottom: 60px;
	}
	.zunftrat p:nth-child(3), .mitglieder p:nth-child(3) {
		margin-bottom: 30px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.zunftrat p:nth-child(1), .mitglieder p:nth-child(1) {
		margin-bottom: 45px;
	}
	.zunftrat p:nth-child(3), .mitglieder p:nth-child(3) {
		margin-bottom: 30px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.zunftrat p:nth-child(1), .mitglieder p:nth-child(1) {
		margin-bottom: 45px;
	}
	.zunftrat p:nth-child(3), .mitglieder p:nth-child(3) {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 480px) {
	.zunftrat p:nth-child(1), .mitglieder p:nth-child(1) {
		margin-bottom: 30px;
	}
	.zunftrat p:nth-child(3), .mitglieder p:nth-child(3) {
		margin-bottom: 20px;
	}
}

/*-----------------------------*/
/*-------- Blog-Layout --------*/
/*-----------------------------*/
/*.blog div[class*="leading-"]::before {*/
.blog .blog-item::before {
	clear: both;
	display: block;
	content: "   ";
    background-image: url("../images/dot-grey.png");
	background-repeat: repeat-x;
	background-size: auto 2px;
    height: 2px;
    padding: 0;
    padding-bottom: 0px;
    width: 100%;
}
/*.blog div[class*="leading-"] .btn:not(.dropdown-toggle) {*/
.blog .blog-item .btn:not(.dropdown-toggle) {
	background-image: url("../../../images/design/brezel.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
/*	background-size: 52px 40px;*/
	color: #6974aa;
/*	line-height: 45px;*/
	padding: 0 0 0 78px;
	text-align: left;
    font-size: inherit;
	text-shadow: inherit;
	background-color: inherit;
	border: inherit;
	box-shadow: inherit;
}
@media all and (min-width: 1025px) {
	/*.blog div[class*="leading-"]::before {*/
	.blog .blog-item::before {
	    margin: 25px 0 45px;
 	}
	/*.blog div[class*="leading-"] .btn:not(.dropdown-toggle) {*/
	.blog .blog-item .btn:not(.dropdown-toggle) {
		background-size: 52px 40px;
		line-height: 45px;
		margin: 15px 0  9px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	/*.blog div[class*="leading-"]::before {*/
	.blog .blog-item::before {
	    margin: 15px 0 30px;
 	}
	/*.blog div[class*="leading-"] .btn:not(.dropdown-toggle) {*/
	.blog .blog-item .btn:not(.dropdown-toggle) {
		background-size: 47px 36px;
		line-height: 40px!important;
		margin: 15px 0 5px;
	}
}
@media all and (max-width: 767px) {
	/*.blog div[class*="leading-"]::before {*/
	.blog .blog-item::before {
	    margin: 15px 0 30px;
 	}
	/*.blog div[class*="leading-"] .btn:not(.dropdown-toggle) {*/
	.blog .blog-item .btn:not(.dropdown-toggle) {
		background-size: 47px 36px;
		line-height: 40px;
		margin: 15px 0 5px;
	}
}
/*.blog div[class*="leading-"] .icon-chevron-right {*/
.blog .blog-item .icon-chevron-right {
	display: none;
}
.btn:focus {
	outline: none;
	border: none !important;
}

/*-----------------------------*/
/*-------- Button Up --------*/
/*-----------------------------*/
#plg_system_topofthepage {
	background-image: url("../images/button-up.png");
	background-color: transparent;
	width: 171px;
	height: 63px;
	border: 1px solid #707070;
	margin: 0;
	padding: 0;
}


/*-----------------------------*/
/*-------- Footer --------*/
/*-----------------------------*/
.footer1 {
	overflow: hidden;
	max-width: 100%;
/*	height: 100px;*/
}
.footer1 img {
/*	height: 160px;*/
width: 100%;
	overflow: hidden;
/*	max-width: none;*/
	object-fit: cover;
	object-position: 50% 50%; 
/*	margin-left: -10px;
	margin-right: -10px;*/
}
.footer hr {
	display: none;
}
.footer {
	display: table;
	width: 100%;
	height: 65px;
	text-align: center;
	margin: 0 auto;
}
.footer .container {
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	height: 65px;
	background-color: rgba(78,78,78,1);
}
.footer .container p, .footer .container div, .footer .container a {
	display: inline-block;
	margin: 0;
	font-family: acumin-pro, sans-serif;
	font-weight: normal;
/*	color: #4e4e4e;*/
	color: #a7a7a7;
}
.footer .container a:hover {
	color: #fff!important;
}

@media all and (min-width: 1025px) {
	.footer .container p, .footer .container div {
		font-size: 19px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.footer .container p, .footer .container div {
		font-size: 17px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.footer .container p, .footer .container div {
		font-size: 2.4vw;
	}
}
@media all and (max-width: 480px) {
	.footer .container p, .footer .container div {
		font-size: 3.2vw;
	}
}
/*-----------------------------*/
/*--------- Login ---------*/
/*-----------------------------*/
.form-horizontal .control-label, #login-form label {
    text-align: left;
	width: 200px;
}
.form-horizontal .controls {
    margin-left: 220px;
}
input {
    border-radius: 0;
}
/*input.invalid {
    border: 1px solid #9d261d;
    background: #f2dede;
}*/
.login .btn-primary, .logout .btn-primary, .login-button, .logout-button .btn, .reset .btn, .remind .btn  {
/*, #login-form .btn-primary*/
	width: 171px;
	height: 63px;
	background-color: #2C408F;
	border: 1px solid #707070;
}
.login .btn, .logout .btn, .login-button, .logout-button .btn, .reset .btn, .remind .btn {
/*, #login-form .btn*/
    font-size: 19px;
	font-family: acumin-pro, sans-serif;
	line-height: 22px;
    color: #fff;
    text-shadow: none;
	background-color: #2C408F!important;
	border: 1px solid #707070;
    background-image: none!important;
    border-radius: 0;
    box-shadow: none;
}
#login-form .logout-button {
	text-align: right;
}
#login-form #form-login-submit, #user-registration > .control-group {
	margin: 20px 0;
}
#login-form #form-login-remember {
	margin-top: 20px;
}
#login-form li {
	line-height: 30px;
}

/*.login label, .login input, .login button, .login select, .login textarea {
	font-size: 24px;
	color: #707070;
}*/
.login label, .login select, .login textarea, .login input[type="text"], .login input[type="password"], .login .uneditable-input, #user-registration input, #user-registration label,
#login-form label, #login-form select, #login-form textarea, #login-form input[type="text"], #login-form input[type="password"], #login-form .uneditable-input {
    height: 32px;
	font-family: karmina, serif;
    font-size: 24px;
    line-height: 24px;
    color: #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#login-form textarea, #login-form input[type="text"], #login-form input[type="password"] {
	width: 220px;
}
	.login .control-label, #login-form .control-label {
		margin-right: 15px;
	}
.login input[type="checkbox"], #login-form input[type="checkbox"] {
    width: 27px;
	height: 27px;
	border-radius: 0!important;
	margin-right: 10px;
}
@media all and (min-width: 768px) {
	.login input[type="checkbox"] {
		margin-top: -5px;
	}
}
@media all and (max-width: 767px) {
	.login .control-label, .login input, .login textarea, .login .uneditable-input {
		float: left;
/*    width: 206px;*/
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
}
@media all and (max-width: 480px) {
	.login .control-label, .login input, .login textarea, .login .uneditable-input {
		width: calc(100% - 20px);
/*    width: 206px;*/
	}
}
.well {
/*    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;*/
    background-color: #F1F2F2;
    border: 1px solid #D0D0D1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.nav-tabs.nav-stacked > li > a {
    border: none;
	font-size: 24px;
}
/*-----------------------------*/
/*--------- Bearbeiten-Modus im Frontend  ---------*/
/*-----------------------------*/
.btn.dropdown-toggle {
	font-size: 20px!important;
    line-height: 22px!important;
	padding: 2px 12px!important;
}
.btn.dropdown-toggle .icon-cog {
	width: 20px!important;
	height: 20px!important;
/*margin-right: .25em;*/
	line-height: 20px!important;
}
/*.dropdown-menu {
    min-width: 160px;
}*/
li.edit-icon {
	font-family: acumin-pro, sans-serif;
    line-height: 20px;
	font-size: 20px;
}
/*#content .btn, #content button {*/
.edit.item-page .btn, .edit.item-page button {
    font-size: 19px;
    font-family: acumin-pro, sans-serif;
    line-height: 22px;
/*    color: #fff;
    text-shadow: none;
    background-color: #2C408F !important;
    border: 1px solid #707070;
    background-image: none !important;
    border-radius: 0;
    box-shadow: none;*/
}
/*#content label, #content input, #content  select, #content textarea, #content .chzn-container {
    font-family: karmina, serif;
	font-size: 24px!important;
	line-height: 24px!important;
}*/
.edit.item-page label, .edit.item-page select, .edit.item-page textarea, .edit.item-page input[type="text"], .edit.item-page input[type="password"], .edit.item-page .chzn-container, .edit.item-page li.search-field, .edit.item-page .nav-tabs, .edit.item-page .uneditable-input {
/*	font-family: karmina, serif;*/
	font-family: acumin-pro, sans-serif;
    font-size: 24px;
    line-height: 32px;
}
.edit.item-page input, .edit.item-page textarea:not(#jform_articletext), .edit.item-page select, .edit.item-page .uneditable-input {
    width: 450px!important;
	max-width: 100%;
}

.edit.item-page label, .edit.item-page select, .edit.item-page input, .edit.item-page .chzn-container-single .chzn-single, .edit.item-page li.search-field, .edit.item-page .uneditable-input {
	height: 32px;
/*	line-height: 32px;*/
}
.edit.item-page .chzn-container-single .chzn-single {
	height: 36px;
}


/*---------------- Formate für Editor --------------------*/
/*-----------------------------*/
/*--------- Linien ---------*/
/*-----------------------------*/
.linie-grau, hr {
    clear: both;
    position: relative;
    background-image: url("../images/dot-grey.png");
   background-repeat: repeat-x;
   border: none;
    height: 2px;
    padding: 0;
    padding-bottom: 0px;
    width: 100%;
}
.linie-grau-brezel {
    clear: both;
    position: relative;
    width: 100%;
/*    background-image: url(".../../../images/design/line-grey-brezel.svg");
	background-repeat: no-repeat;
	background-size: auto 85px;
	background-position: center;
    margin-bottom: 10px;*/
    padding: 0;
}
.linie-grau-logo {
    clear: both;
    position: relative;
    padding: 0;
    width: 100%;
}
@media all and (min-width: 1025px) {
	.linie-grau, hr {
		margin: 30px 0 30px;
	}
  .linie-grau-brezel {
	height: 80px;
	background: url("../../../images/design/brezel.svg") center 0/auto 52px no-repeat, url("../images/dot-white.png") center 0/130px auto repeat-y, url("../images/dot-grey.png") 0 29px repeat-x;
	margin: 20px 0 17px 0;
/*    background-image: url("../../../images/design/line-grey-brezel.svg");
	background-repeat: no-repeat;
	background-size: auto 85px;
	background-position: center;
    margin-bottom: 10px;*/
    padding: 0;
    padding-bottom: 0px;
  }
  .linie-grau-logo {
	background: url("../../../images/design/baeckerzunft-logo-grey.svg") center 0 no-repeat, url("../images/dot-white.png") center 0 repeat-y, url("../images/dot-grey.png") 0 77px repeat-x;
	background-size: 125px auto, 245px 150px, 1px 2px;
	height: 160px;
 /*   background-image: url("../images/line-grey-logo.svg");
	background-repeat: no-repeat;*/
 /*   background-repeat: repeat-x;
    height: 2px;*/
    margin: 50px 0 35px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.linie-grau, hr {
/*		margin: 15px 0 25px;*/
		margin: 30px 0 30px;
	}
  .linie-grau-brezel {
/*	height: 55px;*/
	height: 40px;
	background: url("../../../images/design/brezel.svg") center 5px/auto 35px no-repeat, url("../images/dot-white.png") center 0/100px auto repeat-y, url("../images/dot-grey.png") 0 2.1vw repeat-x;
/*	margin: 15px 0 35px 0;*/
	margin: 25px 0;
  }
  .linie-grau-logo {
	background: url("../../../images/design/baeckerzunft-logo-grey.svg") center 0.3vw/auto 13vw no-repeat, url("../images/dot-white.png") center 0/23vw auto repeat-y, url("../images/dot-grey.png") 0 7.5vw repeat-x;
	height: 18vw;
    margin: 50px 0 0 0;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.linie-grau, hr {
		margin: 30px 0 30px;
	}
  .linie-grau-brezel {
	height: 8vw;
	background: url("../../../images/design/brezel.svg") center 5px/auto 5vw no-repeat, url("../images/dot-white.png") center 0/13vw auto repeat-y, url("../images/dot-grey.png") 0 2.8vw repeat-x;
	margin: 2vw 0 1vw 0;
  }
/*  div.2-spalten + .linie-grau-brezel {
	margin: -10px 0 1vw 0!important;
  }*/
  .linie-grau-logo {
	background: url("../../../images/design/baeckerzunft-logo-grey.svg") center 0.3vw/auto 14vw no-repeat, url("../images/dot-white.png") center 0/25vw auto repeat-y, url("../images/dot-grey.png") 0 8vw repeat-x;
	height: 20vw;
    margin: 50px 0 35px;
  }
}
@media all and (max-width: 480px) {
	.linie-grau, hr {
		margin: 30px 0 30px;
	}
  .linie-grau-brezel {
	height: 10.6vw;
	background: url("../../../images/design/brezel.svg") center 0/auto 6.7vw no-repeat, url("../images/dot-white.png") center 0/17vw auto repeat-y, url("../images/dot-grey.png") 0 3.7vw repeat-x;
	margin: 2.6vw 0 1.3vw 0;
  }
  .linie-grau-logo {
	background: url("../../../images/design/baeckerzunft-logo-grey.svg") center 0/auto 19vw no-repeat, url("../images/dot-white.png") center 0/32.5vw auto repeat-y, url("../images/dot-grey.png") 0 10.6vw repeat-x;
	height: 26.6vw;
    margin: 50px 0 35px;
  }
}

/*-----------------------------*/
/*--------- Schriften ---------*/
/*-----------------------------*/
/*.item-page */
p, td, li {
    text-align: left;
    font-family: Karmina;
    font-style: normal;
    font-weight: normal;
    color: #707070;
}
@media all and (min-width: 1025px) {
	p, td {
		font-size: 28px;
		line-height: 45px;
		letter-spacing: 0.02px;
	}
	#content li {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0.02px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	p, td {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.05px;
	}
	#content li {
		font-size: 22px;
		line-height: 27px;
		letter-spacing: 0.05px;
	}
}
/*@media all and (max-width: 767px) {*/
@media (min-width: 481px) and (max-width: 767px) {
	p, td {
/*		font-size: 28px;
		line-height: 35px;*/
		font-size: 3.6vw;
		line-height: 4.5vw;
		letter-spacing: 0.02px;
	}
	#content li {
		font-size: 3.6vw;
		line-height: 4.2vw;
		letter-spacing: 0.02px;
	}
}
@media (max-width: 480px) {
	p, td {
		font-size: 4.8vw;
		line-height: 6vw;
		letter-spacing: 0.02px;
	}
	#content li {
		font-size: 4.8vw;
		line-height: 5.5vw;
		letter-spacing: 0.02px;
	}
}
h1 {
    font-family: trajan-pro-3, serif;
    font-weight: 600;
    font-style: normal;
    color: #2C408F;
}
h2 {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: normal;
    color: #2C408F;
}
h3 {
    font-family: karmina, serif;
    font-weight: 700;
    font-style: normal;
    color: #707070;
}
.titel-grau {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: normal;
    color: #707070;
  	margin: 0 0 10px;
}
@media all and (min-width: 1025px) {
	h1 {
		font-size: 55px;
		line-height: 55px;
		margin: 5px 0 55px 0;
	}
	h2 {
		font-size: 35px;
		line-height: 38px;
		margin: 30px 0 22px;
	}
	h3 {
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 15px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	h1 {
		font-size: 48px;
		line-height: 48px;
		margin: 5px 0 30px 0;
	}
	h2 {
		font-size: 26px;
		line-height: 29px;
		margin: 30px 0 17px;
	}
	h3 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 15px;
	}
}
/*@media all and (max-width: 767px) {*/
@media (min-width: 481px) and (max-width: 767px) {
	h1 {
/*		font-size: 42px;
		line-height: 38px;
		margin: 5px 0 30px 0;*/
		font-size: 5.5vw;
		line-height: 5.5vw;
		margin: 0.7vw 0 3.9vw 0;
	}
	h2 {
/*		font-size: 26px;*/
/*		font-size: 32px;
		margin: 30px 0 17px;*/
		font-size: 4.2vw;
		line-height: 4.5vw;
		margin: 3.9vw 0 2.2vw;
	}
	.linie-grau-brezel + h2 {
/*		margin: 5px 0 17px;*/
		margin: 0.7vw 0 2.2vw;
	}
	h3 {
		font-size: 4.5vw;
/*		line-height: 35px;*/
		line-height: 5.4vw;
/*		margin-bottom: 0;*/
		margin: 15px 0 0;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 7.3vw;
		line-height: 7.3vw;
		margin: 0.9vw 0 5.2vw 0;
	}
	h2 {
		font-size: 5.6vw;
		line-height: 5.9vw;
		margin: 5.2vw 0 2.4vw;
	}
	.linie-grau-brezel + h2 {
		margin: 0.9vw 0 2.4vw;
	}
	h3 {
		font-size: 6vw;
		line-height: 6.9vw;
/*		margin-bottom: 0;*/
		margin: 15px 0 0;
	}
}
.claim {
    font-family: karmina, serif;
    font-style: normal;
    color: #6974AA;
}
.text {
    font-family: karmina, serif;
    font-weight: 400;
    font-style: normal;
	color: #707070;
}
.text-abstand-danach {
  margin-bottom: 20px!important;
}
@media all and (min-width: 1025px) {
	.claim {
		font-size: 30px;
		font-weight: 700;
		line-height: 45px;
		letter-spacing: 2%;
	}
	.text {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 2%;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.claim {
		font-size: 25px;
		font-weight: 700;
		line-height: 35px;
		letter-spacing: 5%;
	}
	.text {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 5%;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.claim {
/*		font-size: 32px;*/
		font-weight: 700;
/*		line-height: 40px;*/
		font-size: 4.2vw;
		line-height: 5.2vw;
		letter-spacing: 5%;
		margin-bottom: 40px;
	}
	.text {
/*		font-size: 22px;
		line-height: 30px;*/
		font-size: 3.6vw;
		line-height: 4.5vw;
		letter-spacing: 5%;
	}
}
@media all and (max-width: 480px) {
	.claim {
		font-weight: 700;
		font-size: 5.5vw;
		line-height: 6.9vwvw;
		letter-spacing: 5%;
		margin-bottom: 40px;
	}
	.text {
		font-size: 4.8vw;
		line-height: 6vw;
		letter-spacing: 5%;
	}
}
.text-blau {
    color: #6974AA;
}
.text-weiss {
    color: #fff;
}
.text-gross {
    font-size: 32px;
/*	font-size: 4.2vw;*/
}
.bild-legende {
    font-family: karmina, serif;
    font-weight: 400;
    font-style: italic;
	color: #707070;
}
@media all and (min-width: 1025px) {
	.bild-legende {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 5%;
		margin-top: 20px;
		margin-bottom: 35px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.bild-legende {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 5%;
		margin-top: 15px;
		margin-bottom: 25px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.bild-legende {
/*		font-size: 20px;
		line-height: 28px;
		letter-spacing: 5%;
		margin-top: 15px;
		margin-bottom: 25px;*/
		font-size: 2.6vw;
		line-height: 3.6vw;
		letter-spacing: 5%;
		margin-top: 2vw;
		margin-bottom: 3.3vw;
	}
}
@media all and (max-width: 480px) {
	.bild-legende {
		font-size: 3.4vw;
		line-height: 4.8vw;
		letter-spacing: 5%;
		margin-top: 2.6vw;
		margin-bottom: 4.4vw;
	}
}
.text-link {
    font-family: karmina, serif;
    font-weight: 400;
    font-style: normal;
    color: #6974AA;
	/*	background-image: url("../../../images/design/brezel.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 52px 40px;
	padding: 0 0 0 78px;*/
/*	line-height: 45px;
	margin-bottom: 9px;*/
}
.weiterlesen-link {
    color: #6974AA;
    letter-spacing: 2%;
	background-image: url("../../../images/design/brezel.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 78px;
}

@media all and (min-width: 1025px) {
	.text-link {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 2%;
	}
	.weiterlesen-link {
		background-size: 52px 40px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.text-link {
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 5%;
	}
	.weiterlesen-link {
		background-size: 47px 36px;
		line-height: 40px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.text-link {
/*		font-size: 22px;
		line-height: 33px;*/
		font-size: 3.6vw;
		line-height: 4.5vw;
		letter-spacing: 5%;
	}
	.weiterlesen-link {
/*		background-size: 47px 36px;
		line-height: 40px;*/
		background-size: 6.1vw 4.7vw;
		line-height: 5.2vw;
	}
}
@media all and (max-width: 480px) {
	.text-link {
		font-size: 4.8vw;
		line-height: 6vw;
		letter-spacing: 5%;
	}
	.weiterlesen-link {
		background-size: 8.1vw 6.2vw;
		line-height: 6.9vw;
	}
}

/*-----------------------------*/
/*--------- Boxen ---------*/
/*-----------------------------*/
.box-weiss {
    height: auto;
	background-color: #fff;
    text-align: left;
    font-family: Karmina;
    font-style: normal;
    font-weight: normal;
    color: #707070;
	border: 1px solid #2C408F;
}
.box-grau {
    height: auto;
	background-color: #ededf4;
    text-align: left;
    font-family: Karmina;
    font-style: normal;
    font-weight: normal;
    color: #707070;
}
.box-lila {
    height: auto;
	background-color: #6974aa;
    text-align: left;
    font-family: Karmina;
    font-style: normal;
    font-weight: normal;
    color: #fff!important;
}
.box-grau-logo:not(.spalte), .spalte.box-grau-logo div {
	max-width: calc(100% - 16px);
	border: #F1F2F2 8px solid;
	background-image: url("../../../images/design/baeckerzunft-rip-white.svg");
	background-repeat: no-repeat; 
	background-color: #D0D0D1;
    text-align: center;
	margin-bottom: 10px;
}
.layout-blog.itemid-110 .box-weiss a {
/*    color: #707070;*/
}

.box-grau-logo .text-weiss {
	color: #fff!important;
}

@media all and (min-width: 1025px) {
	.box-grau, .box-lila, .box-weiss {
		font-size: 28px;
		line-height: 45px;
		letter-spacing: 0.02px;
		padding: 44px 40px 35px;
		margin-top: 55px;
	}
	.box-grau-logo:not(.spalte), .spalte.box-grau-logo div {
		width: 344px;
		 height: 130px;
		 background-size: 105px auto;
		 padding-top: 245px;
		 background-position: center 25px;
	}
	.box-grau-logo:not(.spalte) p, .spalte.box-grau-logo div p{
		text-align: center;
		font-size: 24px;
		line-height: 25px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.box-grau, .box-lila, .box-weiss {
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 5%;
		padding: 30px 40px 30px;
		margin-top: 55px;
	}
	.box-grau-logo:not(.spalte), .spalte.box-grau-logo div {
		width: 344px;
		 height: 100px;
		 background-size: 75px auto;
		 padding-top: 159px;
		 background-position: center 17px;
	}
	.box-grau-logo:not(.spalte) p, .spalte.box-grau-logo div p{
		text-align: center;
		font-size: 18px;
		line-height: 18px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.box-grau, .box-lila, .box-weiss {
/*		font-size: 28px;
		line-height: 35px;
		letter-spacing: 2%;
		padding: 25px 25px 30px 28px;*/
		font-size: 3.7vw;
		line-height: 4.6vw;
		letter-spacing: 2%;
		padding: 3.3vw 3.3vw 3.9vw 3.7vw;
		margin-top: 7vw;
	}
	.box-grau-logo:not(.spalte), .spalte.box-grau-logo div {
/*		 height: 125px;
		 background-size: 75px auto;
		 padding-top: 159px;
		 background-position: center 17px;*/
		 height: 16.3vw;
		 background-size: 9.8vw auto;
		 padding-top: 20.7vw;
		 background-position: center 2.2vw;
	}
	.box-grau-logo:not(.spalte) p, .spalte.box-grau-logo div p{
		text-align: center;
/*		font-size: 22px!important;
		line-height: 26px!important;*/
		font-size: 2.9vw!important;
		line-height: 3.4vw!important;
	}
}
@media all and (max-width: 480px) {
	.box-grau, .box-lila, .box-weiss {
		font-size: 4.9vw;
		line-height: 6.1vw;
		letter-spacing: 2%;
		padding: 4.4vw 4.4vw 5.2vw 4.9vw;
		margin-top: 7vw;
	}
	.box-grau-logo:not(.spalte), .spalte.box-grau-logo div {
		 height: 21.7vw;
		 background-size: 13vw auto;
		 padding-top: 27.6vw;
		 background-position: center 2.9vw;
	}
	.box-grau-logo:not(.spalte) p, .spalte.box-grau-logo div p{
		text-align: center;
		font-size: 3.8vw!important;
		line-height: 4.5vw!important;
	}
}


@media all and (min-width: 1201px) {
	.layout-blog.itemid-110 .box-weiss {
		height: 200px;
		padding: 44px 30px 35px;
	}
	.layout-blog.itemid-110 .box-weiss img {
		height: 50%;
		width: auto;
		margin-bottom: 20px;
	}
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	.layout-blog.itemid-110 .box-weiss {
		height: 180px;
		padding: 30px 20px;
	}
	.layout-blog.itemid-110 .box-weiss img {
		height: 40%;
		width: auto;
		margin-bottom: 20px;
	}
	.layout-blog.itemid-110 .spalte .box-weiss {
		font-size: 24px;
	}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.layout-blog.itemid-110 .box-weiss {
		height: 170px;
	}
	.layout-blog.itemid-110 .box-weiss img {
		height: 50%;
		width: auto;
		margin-bottom: 20px;
	}
	.layout-blog.itemid-110 .spalte .box-weiss {
		font-size: 3.5vw;
	}
	.layout-blog.itemid-110 .spalte:nth-of-type(2n+2) {
		padding: 0 0 0 3vw;
		width: calc(50% - 1px - 3vw);
	}
}
@media all and (max-width: 480px) {
	.layout-blog.itemid-110 .spalte {
		width: 100%;
	}	
	.layout-blog.itemid-110 .box-weiss {
		height: 170px;
	}
	.layout-blog.itemid-110 .box-weiss img {
		height: 35%;
		width: auto;
		margin-bottom: 20px;
	}
	.layout-blog.itemid-110 .spalte .box-weiss {
		font-size: 4.5vw;
	}
}

/*----------------------------------------------------------------*/
/*--------- 3 Spalten mit Trennlinien | Mobile 2 Spalten ---------*/
/*----------------------------------------------------------------*/
.spalten-3, .spalten-3-linie-horizontal {
	width: 100%;
overflow: hidden;
}
.spalten-3 .spalte, .spalten-3-linie-horizontal .spalte {
	float: left;
}
.item-page.in-memoriam  .spalten-3-linie-horizontal > p:first-child {
	display: none;
}
@media all and (min-width: 1025px) {
  /*-- 1. Spalte --*/
  .spalten-3 .spalte:nth-of-type(3n+1) {
	padding: 0 80px 0 0;
	width: calc((100% - 324px) / 3);
/*	width: calc((100% - 333px) / 3);*/
  }
  /*-- 2. Spalte --*/
  .spalten-3 .spalte:nth-of-type(3n+2) {
	padding: 0 80px;
	border-left: 2px solid #CFD1D3;
	width: calc((100% - 324px) / 3);
/*	width: calc((100% - 333px) / 3);*/
  }
  /*-- 3. Spalte --*/
  .spalten-3 .spalte:nth-of-type(3n+3){
	padding: 0 0 0 80px;
	border-left: 2px solid #CFD1D3;
	width: calc((100% - 324px) / 3);
/*	width: calc((100% - 333px) / 3 + 3px);*/
	overflow: visible;
  }
  .spalten-3 .spalte p {
	font-size: 24px;
	font-weight: 200;
	line-height: 36px;
  }
 /*TEST*/
 /*.mitglieder  .spalten-3 .spalte:nth-of-type(3n+3) p:nth-of-type(1) {
	width: calc(100% - 12px);
}*/
/*.mitglieder  .spalten-3 .spalte:nth-of-type(3n+3) {
	margin-right: -10px;
}
.mitglieder  .spalten-3 .spalte:nth-of-type(3n+3) p:nth-of-type(1) {
}*/
/*.mitglieder  .spalten-3 .spalte:nth-of-type(3n+3) p:nth-of-type(4) {
	left: 80px;
	right: -15px;
}*/
/*TESTENDE*/ 
 
  /*-- Horizontale Linie zwischen Rows --*/
  .item-page:not(.mitglieder):not(.zunftrat):not(.in-memoriam) .spalte-ende:nth-of-type(3n+3), .item-page.in-memoriam .spalte-ende:nth-of-type(3n+4){
/*  .item-page:not(.zunftrat) .spalte-ende:nth-of-type(3n+3){*/
	float: left;
	width: 100%;
	height: 80px;
    background-image: url("../images/dot-grey.png");
	background-repeat: repeat-x;
    height: 2px;
	margin: 30px 0 40px;
    padding: 0;
/*	margin: 20px 0 55px 0;*/
  }
  .zunftrat .spalte-ende:not(:last-of-type):nth-of-type(3n+3), .mitglieder .spalte-ende:not(:last-of-type):nth-of-type(3n+3){
	float: left;
	width: 100%;
	height: 80px;
/*	background: url("../../../images/design/brezel.svg") center 0/auto 58px no-repeat, url("../images/dot-grey.png") 0 29px repeat-x;*/
	background: url("../../../images/design/brezel.svg") center 0/auto 52px no-repeat, url("../images/dot-white.png") center 0/130px auto repeat-y, url("../images/dot-grey.png") 0 29px repeat-x;	
	margin: 20px 0 20px 0;
  }
  .item-page:not(.in-memoriam) .spalte-ende:nth-of-type(3n+1), .item-page:not(.in-memoriam) .spalte-ende:nth-of-type(3n+2), .item-page.in-memoriam .spalte-ende:nth-of-type(3n+2), .item-page.in-memoriam .spalte-ende:nth-of-type(3n+3){
	line-height: 0;
	padding:0;
	margin: 0;
  }
 /* -------- ohne vertikale Linien --------------------*/
  /*-- 1. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(3n+1) {
	padding: 0 14px 0 0;
	width: calc((100% - 56px) / 3);
	margin: 15px 0 5px 0;
  }
  /*-- 2. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(3n+2) {
	padding: 0 14px;
	width: calc((100% - 56px) / 3);
	margin: 15px 0 5px 0;
  }
  /*-- 3. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(3n+3){
	padding: 0 0 0 14px;
	width: calc((100% - 56px) / 3);
	margin: 15px 0 5px 0;
  }
  .spalten-3-linie-horizontal .spalte p {
		color: #707070;
		letter-spacing: 0.02px;
  } 
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /*-- 1. Spalte --*/
  .spalten-3 .spalte:nth-of-type(3n+1) {
	padding: 0 5.3vw 0 0;
/*	width: calc((100% - 4px - 22vw) / 3);*/
	width: calc((100% - 13px - 22vw) / 3);
  }
  /*-- 2. Spalte --*/
  .spalten-3 .spalte:nth-of-type(3n+2) {
	padding: 0 5.3vw;
	border-left: 2px solid #CFD1D3;
/*	width: calc((100% - 4px - 22vw) / 3);*/
	width: calc((100% - 13px - 22vw) / 3);
  }
  /*-- 3. Spalte --*/
  .spalten-3 .spalte:nth-of-type(3n+3){
	padding: 0 0 0 5.3vw;
	border-left: 2px solid #CFD1D3;
/*	width: calc((100% - 4px - 22vw) / 3);*/
	width: calc((100% - 13px - 22vw) / 3);
  } 
  .spalten-3 .spalte p {
	font-size: 24px;
	font-weight: 200;
	line-height: 36px;
  }
  /*-- Horizontale Linie zwischen Rows --*/
.item-page:not(.mitglieder):not(.zunftrat):not(.in-memoriam) .spalte-ende:nth-of-type(3n+3), .item-page.in-memoriam .spalte-ende:nth-of-type(3n+4){
	float: left;
	width: 100%;
	height: 80px;
    background-image: url("../images/dot-grey.png");
	background-repeat: repeat-x;
    height: 2px;
	margin: 30px 0 40px;
    padding: 0;
  } 
  .zunftrat .spalte-ende:not(:last-of-type):nth-of-type(3n+3), .mitglieder .spalte-ende:not(:last-of-type):nth-of-type(3n+3){
	float: left;
	width: 100%;
	height: 80px!important;
/*	background: url("../../../images/design/brezel.svg") center 0/auto 58px no-repeat, url("../images/dot-grey.png") 0 29px repeat-x!important;*/
/*	background: url("../../../images/design/brezel.svg") center 0/auto 42px no-repeat, url("../images/dot-grey.png") 0 21px repeat-x!important;*/
	background: url("../../../images/design/brezel.svg") center 5px/auto 35px no-repeat, url("../images/dot-white.png") center 0/100px auto repeat-y, url("../images/dot-grey.png") 0 2.1vw repeat-x;
	margin: 20px 0 0 0!important;
  }
  .item-page:not(.in-memoriam) .spalten-3 .spalte-ende:nth-of-type(3n+1), .item-page:not(.in-memoriam) .spalten-3 .spalte-ende:nth-of-type(3n+2), .item-page.in-memoriam .spalten-3 .spalte-ende:nth-of-type(3n+2), .item-page.in-memoriam .spalten-3 .spalte-ende:nth-of-type(3n+3), .spalten-3 .spalte-ende:last-of-type {
	line-height: 0;
	height: 0!important;
	padding:0;
	margin: 0!important;
  }
/* -------- ohne vertikale Linien --------------------*/
  /*-- 1. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(3n+1) {
	padding: 0 10px 0 0;
	width: calc((100% - 40px) / 3);
/*	margin: 15px 0 50px 0;*/
	margin: 15px 0 15px 0;
  }
  /*-- 2. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(3n+2) {
	padding: 0 10px;
	width: calc((100% - 40px) / 3);
	margin: 15px 0 15px 0;
  }
  /*-- 3. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(3n+3){
	padding: 0 0 0 10px;
	width: calc((100% - 40px) / 3);
	margin: 15px 0 15px 0;
  }
  .spalten-3-linie-horizontal .spalte p {
		font-size: 18px;
		color: #707070;
		letter-spacing: 0.02px;
  } 
   .spalten-3-linie-horizontal .spalte-ende {
	line-height: 0;
	padding:0;
	margin: 0;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  /*-- 1. Spalte --*/
  .spalten-3 .spalte:nth-of-type(2n+1) {
	padding: 0 7vw 0 0;
	width: calc(50% - 1px - 7vw);
  }
  /*-- 2. Spalte --*/
  .spalten-3 .spalte:nth-of-type(2n+2) {
	padding: 0 0 0 7vw;
	border-left: 2px solid #CFD1D3;
	width: calc(50% - 1px - 7vw);
  }
  .spalten-3 .spalte p {
/*	font-size: 24px;*/
	font-size: 3.1vw;
	font-weight: 200;
/*	line-height: 36px;*/
	line-height: 4.6vw;
  }
/* -------- ohne vertikale Linien --------------------*/
  /*-- 1. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(2n+1) {
	padding: 0 5vw 0 0;
	width: calc(50% - 1px - 5vw);
  }
  /*-- 2. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(2n+2) {
	padding: 0 0 0 5vw;
	width: calc(50% - 1px - 5vw);
  }
  .spalten-3-linie-horizontal .spalte {
	/*	margin: 15px 0 50px 0;*/
/*		margin: 15px 0 10px 0;*/
		margin: 1.9vw 0 1.3vw 0;
   }	
   .spalten-3-linie-horizontal .spalte p {
/*		font-size: 18px;*/
		font-size: 2.3vw;
		color: #707070;
		letter-spacing: 0.02px;
  } 
  /*-- Horizontale Linie mit Brezel zwischen Rows --*/
/*.zunftrat .spalte-ende:not(:last-of-type):nth-of-type(2n+2), .mitglieder .spalte-ende:not(:last-of-type):nth-of-type(2n+2){ */
.item-page:not(.in-memoriam) .spalte-ende:not(:last-of-type):nth-of-type(2n+2), .item-page.in-memoriam .spalte-ende:not(:last-of-type):nth-of-type(2n+3){
 	float: left;
	width: 100%;
	height: 8vw;
/*	background: url("../../../images/design/brezel.svg") center 0/auto 5.6vw no-repeat, url("../images/dot-grey.png") 0 2.8vw repeat-x;*/
	background: url("../../../images/design/brezel.svg") center 5px/auto 5vw no-repeat, url("../images/dot-white.png") center 0/13vw auto repeat-y, url("../images/dot-grey.png") 0 2.8vw repeat-x;
/*	margin: 3vw 0 5vw 0;*/
/*	margin: 3vw 0 10px 0;*/
	margin: 3vw 0 1.3vw 0;
  }
  .spalte-ende:nth-of-type(2n+1) {
	line-height: 0;
	padding:0;
	margin: 0;
  }
    .spalte-ende {
	line-height: 0;
	padding:0;
	margin: 0;
  }
}
@media all and (max-width: 480px) {
  /*-- 1. Spalte --*/
  .spalten-3 .spalte:nth-of-type(2n+1) {
	padding: 0 6vw 0 0;
	width: calc(50% - 1px - 6vw);
  }
  /*-- 2. Spalte --*/
  .spalten-3 .spalte:nth-of-type(2n+2) {
	padding: 0 0 0 6vw;
	border-left: 2px solid #CFD1D3;
	width: calc(50% - 1px - 6vw);
  }
  .spalten-3 .spalte p {
/*	font-size: 24px;*/
	font-size: 3.7vw;
	font-weight: 200;
/*	line-height: 36px;*/
	line-height: 4.7vw;
  }
/* -------- ohne vertikale Linien --------------------*/
  /*-- 1. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(2n+1) {
	padding: 0 3vw 0 0;
	width: calc(50% - 1px - 3vw);
  }
  /*-- 2. Spalte --*/
  .spalten-3-linie-horizontal .spalte:nth-of-type(2n+2) {
	padding: 0 0 0 3vw;
	width: calc(50% - 1px - 3vw);
  }
  .spalten-3-linie-horizontal .spalte {
	/*	margin: 15px 0 50px 0;*/
/*		margin: 15px 0 10px 0;*/
		margin: 1.9vw 0 1.3vw 0;
   }	
   .spalten-3-linie-horizontal .spalte p {
/*		font-size: 18px;*/
		font-size: 2.3vw;
		color: #707070;
		letter-spacing: 0.02px;
  } 
  /*-- Horizontale Linie mit Brezel zwischen Rows --*/
/*.zunftrat .spalte-ende:not(:last-of-type):nth-of-type(2n+2), .mitglieder .spalte-ende:not(:last-of-type):nth-of-type(2n+2){ */
.item-page:not(.in-memoriam) .spalte-ende:not(:last-of-type):nth-of-type(2n+2), .item-page.in-memoriam .spalte-ende:not(:last-of-type):nth-of-type(2n+3){
	float: left;
	width: 100%;
	height: 8vw;
/*	background: url("../../../images/design/brezel.svg") center 0/auto 5.6vw no-repeat, url("../images/dot-grey.png") 0 2.8vw repeat-x;*/
	background: url("../../../images/design/brezel.svg") center 0/auto 6.7vw no-repeat, url("../images/dot-white.png") center 0/17vw auto repeat-y, url("../images/dot-grey.png") 0 3.7vw repeat-x;
/*	margin: 3vw 0 5vw 0;*/
/*	margin: 3vw 0 10px 0;*/
	margin: 3vw 0 1.3vw 0;
  }
  .spalte-ende:nth-of-type(2n+1) {
	line-height: 0;
	padding:0;
	margin: 0;
  }
    .spalte-ende {
	line-height: 0;
	padding:0;
	margin: 0;
  }
}
/*** Zunftrat und Mitglieder: Alle Spalten gleich hoch für gleiche Trennlinie ***/
@media all and (min-width: 1171px) and (max-width: 1630px) {
  .zunftrat .spalten-3 .spalte {
	position: relative;
	height: 49vw;
  }
  .zunftrat  .spalten-3 .spalte p:nth-of-type(4) {
 	position: absolute;
	top: 35vw;
	/*padding-right: 5.3vw;*/
  }
  .mitglieder .spalten-3 .spalte {
	position: relative;
	height: 48vw; /*43vw*/
  }
  .mitglieder  .spalten-3 .spalte p:nth-of-type(4) {
 	position: absolute;
	top: 36vw; /*31vw*/
/*	padding-right: 5.3vw;*/
  }
  .mitglieder  .spalten-3 .spalte:nth-of-type(3n+1) p:nth-of-type(4), .mitglieder  .spalten-3 .spalte:nth-of-type(3n+2) p:nth-of-type(4) {
	padding-right: 5.3vw;
  }
}
@media all and (min-width: 1025px) and (max-width: 1170px) {
  .zunftrat .spalten-3 .spalte {
	position: relative;
	height: 57vw; /*55vw;*/
  }
  .zunftrat  .spalten-3 .spalte p:nth-of-type(4) {
 	position: absolute;
	top: 40vw; /*38vw;*/
	/*padding-right: 5.3vw;*/
  }
  .mitglieder .spalten-3 .spalte {
	position: relative;
	height: 55vw; /*46vw;*/
  }
  .mitglieder  .spalten-3 .spalte p:nth-of-type(4) {
 	position: absolute;
	top: 40vw; /*31vw;*/
/*	padding-right: 5.3vw;*/
  }
  .mitglieder  .spalten-3 .spalte:nth-of-type(3n+1) p:nth-of-type(4), .mitglieder  .spalten-3 .spalte:nth-of-type(3n+2) p:nth-of-type(4) {
	padding-right: 5.3vw;
  }
}
@media all and (min-width: 980px) and (max-width: 1024px) {
  .zunftrat .spalten-3 .spalte {
	position: relative;
	height: 62vw;
  }
  .zunftrat  .spalten-3 .spalte p:nth-of-type(4) {
  	position: absolute;
	top: 45vw;
	/*padding-right: 5.3vw;*/
  }
  .mitglieder .spalten-3 .spalte {
	position: relative;
	height: 59vw; /*50vw;*/
  }
  .mitglieder  .spalten-3 .spalte p:nth-of-type(4) {
  	position: absolute;
	top: 45vw; /*36vw;*/
/*	padding-right: 5.3vw;*/
  }
  .mitglieder  .spalten-3 .spalte:nth-of-type(3n+1) p:nth-of-type(4), .mitglieder  .spalten-3 .spalte:nth-of-type(3n+2) p:nth-of-type(4) {
	padding-right: 5.3vw;
  }
}
@media all and (min-width: 820px) and (max-width: 979px) {
  .zunftrat .spalten-3 .spalte {
	position: relative;
	height: 67vw;
  }
  .zunftrat  .spalten-3 .spalte p:nth-of-type(4) {
  	position: absolute;
	top: 49vw;
	/*padding-right: 5.3vw;*/
  }
  .mitglieder .spalten-3 .spalte {
	position: relative;
	height: 64vw;
  }
  .mitglieder  .spalten-3 .spalte p:nth-of-type(4) {
  	position: absolute;
	top: 46vw;
/*	padding-right: 5.3vw;*/
  }
  .mitglieder  .spalten-3 .spalte:nth-of-type(3n+1) p:nth-of-type(4), .mitglieder  .spalten-3 .spalte:nth-of-type(3n+2) p:nth-of-type(4) {
	padding-right: 5.3vw;
  }
}
@media all and (min-width: 768px) and (max-width: 819px) {
  .zunftrat .spalten-3 .spalte {
	position: relative;
	height: 73vw;
  }
  .zunftrat  .spalten-3 .spalte p:nth-of-type(4) {
  	position: absolute;
	top: 52vw;
	/*padding-right: 5.3vw;*/
  }
  .mitglieder .spalten-3 .spalte {
	position: relative;
	height: 69vw;
  }
  .mitglieder  .spalten-3 .spalte p:nth-of-type(4) {
  	position: absolute;
	top: 51vw;
/*	padding-right: 5.3vw;*/
  }
  .mitglieder  .spalten-3 .spalte:nth-of-type(3n+1) p:nth-of-type(4), .mitglieder  .spalten-3 .spalte:nth-of-type(3n+2) p:nth-of-type(4) {
	padding-right: 5.3vw;
  }
}
/*** Ende Spaltenhöhe ***/
/*------------------------------------------------------------------------*/
/* ----------------- Text in 2 Spalten fix | Mobile 1 Spalte -------------*/
/*------------------------------------------------------------------------*/
.text-2-spalten {
	width: 100%;
	color: #707070;
}
@media all and (min-width: 1025px) {
	.text-2-spalten {
	column-count: 2;
	column-gap: 80px;
	column-rule: 2px solid #CFD1D3;
		font-size: 28px;
		line-height: 45px;
		letter-spacing: 0.02px;
		margin: 55px 0;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.text-2-spalten {
	column-count: 2;
	column-gap: 80px;
	column-rule: 2px solid #CFD1D3;
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 5%;
		margin: 45px 0;
		}
}
@media all and (min-width: 481px) and (max-width: 767px) {
	.text-2-spalten {
/*		font-size: 28px;
		line-height: 35px;
		letter-spacing: 2%;
		margin: 35px 0 30px;*/
		font-size: 3.7vw;
		line-height: 4.6vw;
		letter-spacing: 2%;
		margin: 0.7vw 0 3.9vw;
		}
}
@media all and (max-width: 480px) {
	.text-2-spalten {
		font-size: 4.9vw;
		line-height: 6.1vw;
		letter-spacing: 2%;
		margin: 0.9vw 0 5.2vw;
		}
}
.spalten-3:first-child {
  margin-top: 0;
}
/*------------------------------------------------------------------------*/
/* --------- Bild / Text 2 Spalten fix | Mobile 1 Spalte -----------------*/
/*------------------------------------------------------------------------*/
.bild-text-2-spalten {
/*  background: #ccc;
  outline: 3px #888 solid;
  padding: 15px;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 0 0;
}
.bild-text-2-spalten .spalte {
/*  background: #fff;
  outline: 1px #888 dashed;*/
  box-sizing: border-box;
/*  padding: 25px;*/
}
.bild-text-2-spalten .spalte img {
/*  margin-right: 40px;*/
/*  width: calc(100% - 20px);*/
width: 100%;
  /*max-width: 100%;*/
}
.bild-text-2-spalten .spalte {
  position: relative;
  float: left;
}
@media all and (min-width: 768px) {
	.bild-text-2-spalten .spalte {
		width: 50%;
	}
	.bild-text-2-spalten .spalte:first-child  {
		padding-right: 20px;;
	}
	.bild-text-2-spalten .spalte:last-child  {
	padding-left: 20px;;
	}
}
@media all and (max-width: 767px) {
	.bild-text-2-spalten .spalte {
		width: 100%;
	}
	.bild-text-2-spalten .spalte img {
		margin-bottom: 20px;
	}
	.bild-text-2-spalten .spalte .bild-legende {
		margin-top: 0;
	}
}
/*------------------------------------------------------------------------*/
/* --------- Bild / Text 2 Spalten fix | Mobile 1 Spalte -----------------*/
/*------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
	.spalte-links {
		float: left;
/*		margin: 35px 40px 15px 0;*/
		margin: 5px 30px 15px 0;
/*		max-width: calc(50% - 20px);*/
		width: calc((100% - 30px) / 2);
	}
	.spalte-rechts {
/*		padding: 35px 0 15px 0;*/
		padding: 5px 0 15px 0;
		float: left;
/*		max-width: calc(50% - 20px);*/
		width: calc((100% - 30px) / 2);
	}
	.spalte-rechts-breit {
		padding: 5px 0 15px 0;
		float: left;
		max-width: calc(100% - 270px - 48px);
	}
	.spalte-links img, .spalte-rechts img {
		max-width: 100%;
	}
	.spalte-links div, .spalte-rechts div, .spalte-links p, .spalte-rechts p {
		margin: 0 0 10px;
/*		padding: 0;*/
	}
	.spalte-rechts + p, .spalte-rechts + div, .spalte-rechts + h2, .spalte-rechts + h3  {
		clear: both; 
	}
}
@media all and (min-width: 1350px) {
	.bild-text-2-spalten .spalte-links {
		width: 428px; /* bild 428px + margin 30px */
	}
	.bild-text-2-spalten .spalte-rechts {
		width: calc(100% - 458px);
	}
	.bild-text-2-spalten img {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.spalte-links, .spalte-rechts, .spalte-links img, .spalte-rechts img {
		width: 100%;
		margin-bottom: 0;
	}
	.spalte-rechts {
		padding-top: 15px;
	}
	img.spalte-links, img.spalte-rechts, .spalte-links img, .spalte-rechts img {
		margin-bottom: 15px;
	}
.spalte-rechts > :first-child {
  margin-top: 0;
}
	.spalte-links .bild-legende, .spalte-rechts .bild-legende {
		margin-top: -20px;
/*		padding: 0;*/
	}
	.spalte-links div, .spalte-rechts div {
		margin: 0 0 10px;
	}
}

/*---------------------------------------------------------*/
/* --------- Tabelle auf Seite Zunftjahr -----------------*/
/*-------------------------------------------------------*/
@media all and (min-width: 768px) {
	.blog.zunftjahr td:nth-child(1) {
		min-width: 330px;
	}
/*	.blog.zunftjahr td {
		font-size: 3.6vw;
		line-height: 4.5vw;
		letter-spacing: 0.02px;
	}*/
}
@media (min-width: 481px) and (max-width: 767px) {
	.blog.zunftjahr td:nth-child(1) {
		min-width: 240px;
	}
/*	.blog.zunftjahr td {
		font-size: 3.6vw;
		line-height: 4.5vw;
		letter-spacing: 0.02px;
	}*/
}
@media (max-width: 480px) {
	.blog.zunftjahr td:nth-child(1) {
		min-width: 210px;
	}
}

/*---------------------------------------------------------*/
/* --------- Video in Header -----------------*/
/*-------------------------------------------------------*/
video {
  width: 100%    !important;
  height: auto   !important;
  margin-bottom: -11px;
  position: relative;
  z-index: 99;
}

/*------------------------------------------------------------------------*/
/* --------- SIGE Image Gallery -----------------*/
/*------------------------------------------------------------------------*/
.sige_thumb {
    background: none!important;
}
.sige_thumb img {
     border: none!important;
	 pointer-events: none;
}
.sige_caption {
    font-weight: 400!important;
	line-height: 28px!important;
 }
 
/*------------------------------------------------------------------------*/
/* --------- Regular Labs Slider (Accordion) -----------------*/
/*------------------------------------------------------------------------*/
.rl_sliders.accordion > .accordion-group {
	background-color: transparent;
    border: none;
	background-repeat: no-repeat;
	transition-duration: 0s;
}
.rl_sliders.accordion > .accordion-group.active {
/*	background: url("../images/arrow-up.png") center 0 no-repeat, url("../images/dot-white.png") center 0 repeat-y, url("../images/dot-grey.png") 0 25px repeat-x;
	background-size: 50px auto, 65px 50px, 1px 2px;*/
}
.rl_sliders.accordion > .accordion-group:not(.active) {
	background: url("../images/arrow-down.svg") center 0 no-repeat, url("../images/dot-white.png") center 0 repeat-y, url("../images/dot-grey.png") 0 25px repeat-x;
	background-size: 50px auto, 65px 50px, 1px 2px;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: transparent;
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background-color: transparent;
}
.rl_sliders.accordion>.accordion-group.active>div>a:focus, .rl_sliders.accordion>.accordion-group>div>a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
    border-top: none;
    padding: 15px 0;
}
.rl_sliders.accordion > .accordion-group.active {
          display: flex;
          flex-direction: column;
        }
/* change order of button and text */
.accordion-group.active :nth-child(1) { order: 2; }
.accordion-group.active :nth-child(2) { order: 1; }

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
 	background: url("../images/arrow-up.svg") center 0 no-repeat, url("../images/dot-white.png") center 0 repeat-y, url("../images/dot-grey.png") 0 25px repeat-x;
	background-size: 50px auto, 65px 50px, 1px 2px;
	padding: 0;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
	height: 55px;
	transition-duration: 0s;
}
