@charset "UTF-8";
@import "reset.css";
@import "royalslider.css";
@import "fancybox.css";
/*color codes*/
/*Über uns*/
/*Programm*/
/*Kunst im Kontext*/
/*Wolfgang-Hahn-Preis*/
/*Kunst im Kontext*/
/*Junge Mitglieder*/
/*International Society*/
/* Intro Slide Background color option */
/*Publikationen & Editionen*/
/*Mitgliede, Kontakt, Presse */
/*color general */
/* fonts & styles */
/* default line-height */
/* REMOVE LATER */
/*.d {
	display: none;
}*/
.test-divider {
  position: relative;
  height: 2px;
  width: 60px;
  background-color: #383838;
}

.test-wrap {
  clear: both;
  position: relative;
  border-top: solid;
  margin: 160px 0;
  padding-top: 60px;
}
.test-wrap .test-heading {
  position: absolute;
  top: -30px;
  left: 0;
}
.test-wrap:first-child {
  margin-top: 60px;
}

html {
  -webkit-text-size-adjust: 100%;
  /* ios */
  -ms-text-size-adjust: 100%;
  /* ms */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

body {
  position: relative;
  font-family: Arial, serif;
  background-color: #F9F9F9;
  color: #383838;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.35em;
  overflow-y: scroll;
}

html.pink,
body.pink {
  background-color: #8350C1;
}
html.brown,
body.brown {
  background-color: #B29A78;
}
html.red,
body.red {
  background-color: #D92145;
}
html.blue,
body.blue {
  background-color: #63CED4;
}
html.dark-blue,
body.dark-blue {
  background-color: #5053c1;
}
html.orange,
body.orange {
  background-color: #EF9F3E;
}
html.dark,
body.dark {
  background-color: #666666;
}
html.green,
body.green {
  background-color: #99C966;
}
html.dark-green,
body.dark-green {
  background-color: #20512D;
}

/* horizontal */
/* vertical */
/* vertical */
#wrapper {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  /*	@media all and (max-width: $tablet-h) {
  		width: 750px;
  		margin-top: 160px;
  	}

  	@media all and (max-width: $tablet-v) {
  		width: 550px;
  	}

  	@media all and (max-width: $mobile) {
  		width: 90%;
  		max-width: 350px;
  	}*/
}

.grid {
  overflow: hidden;
  margin-left: -50px;
}
@media all and (max-width: 1020px) {
  .grid {
    margin-left: -30px;
  }
}
@media all and (max-width: 600px) {
  .grid {
    margin-left: 0;
  }
}
.grid .half {
  width: 50%;
  float: left;
}
.grid .half.full {
  width: 100%;
}
@media all and (max-width: 600px) {
  .grid .half {
    width: 100%;
  }
}
.grid .half .wrap {
  margin-left: 50px;
}
@media all and (max-width: 1020px) {
  .grid .half .wrap {
    margin-left: 30px;
  }
}
@media all and (max-width: 600px) {
  .grid .half .wrap {
    margin-left: 0;
  }
}

.columns-2 {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
.columns-2 p {
  display: inline-block;
}
@media all and (max-width: 600px) {
  .columns-2 {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .columns-2 p {
    display: block;
  }
}

.columns-3 {
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
.columns-3 p {
  display: inline-block;
}
@media all and (max-width: 800px) {
  .columns-3 {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media all and (max-width: 600px) {
  .columns-3 {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .columns-3 p {
    display: block;
  }
}

/* general styles */
img {
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  text-align: left;
  margin-bottom: 40px;
}
figure img {
  margin-bottom: 12px;
}
figure figcaption {
  font-family: Arial, serif;
  line-height: 1.35em;
}
figure figcaption span {
  display: block;
}
figure figcaption span.headline {
  font-size: 12px;
  margin-bottom: 8px;
}
figure figcaption span.subline {
  font-size: 10px;
  color: #999;
}

p {
  font-family: Times, serif;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.35em;
}

strong, bold {
  font-size: 18px;
  font-weight: bold;
}

/* all link styles */
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  /*remove apple styling*/
}
a[href^=tel] {
  text-decoration: none;
  border-bottom: none;
}
.theme-pink p a {
  color: #8350C1;
  border-bottom: 1px solid #8350C1;
}
.theme-pink p a:hover {
  color: #4A2670;
  border-bottom: 1px solid #4A2670;
}
.theme-green p a {
  color: #99C966;
  border-bottom: 1px solid #99C966;
}
.theme-green p a:hover {
  color: #618839;
  border-bottom: 1px solid #618839;
}
.theme-dark-green p a {
  color: #20512D;
  border-bottom: 1px solid #20512D;
}
.theme-dark-green p a:hover {
  color: #1F361A;
  border-bottom: 1px solid #1F361A;
}
.theme-brown p a {
  color: #B29A78;
  border-bottom: 1px solid #B29A78;
}
.theme-brown p a:hover {
  color: #6C5A42;
  border-bottom: 1px solid #6C5A42;
}
.theme-red p a {
  color: #D92145;
  border-bottom: 1px solid #D92145;
}
.theme-red p a:hover {
  color: #950026;
  border-bottom: 1px solid #950026;
}
.theme-blue p a {
  color: #63CED4;
  border-bottom: 1px solid #63CED4;
}
.theme-blue p a:hover {
  color: #3B8C90;
  border-bottom: 1px solid #3B8C90;
}
.theme-dark-blue p a {
  color: #00239C;
  border-bottom: 1px solid #00239C;
}
.theme-dark-blue p a:hover {
  color: #09093C;
  border-bottom: 1px solid #09093C;
}
.theme-orange p a {
  color: #EF9F3E;
  border-bottom: 1px solid #EF9F3E;
}
.theme-orange p a:hover {
  color: #AE6B1D;
  border-bottom: 1px solid #AE6B1D;
}
.theme-dark p a {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.theme-dark p a:hover {
  color: #333333;
  border-bottom: 1px solid #333333;
}
p a:hover {
  text-decoration: none;
}
a.arrow-link-big {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-left: 20px;
  display: block;
}
a.arrow-link-big:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px outset transparent;
  border-bottom: 5px outset transparent;
  border-left: 7px solid #383838;
  position: absolute;
  top: 4px;
  left: -20px;
}
.theme-green a.arrow-link-big {
  color: #99C966;
}
.theme-green a.arrow-link-big:before {
  border-left: 7px solid #99C966;
}
.theme-green a.arrow-link-big:hover {
  color: #618839;
}
.theme-green a.arrow-link-big:hover:before {
  border-left: 7px solid #618839;
}
.theme-dark-green a.arrow-link-big {
  color: #20512D;
}
.theme-dark-green a.arrow-link-big:before {
  border-left: 7px solid #20512D;
}
.theme-dark-green a.arrow-link-big:hover {
  color: #1F361A;
}
.theme-dark-green a.arrow-link-big:hover:before {
  border-left: 7px solid #1F361A;
}
.theme-pink a.arrow-link-big {
  color: #8350C1;
}
.theme-pink a.arrow-link-big:before {
  border-left: 7px solid #8350C1;
}
.theme-pink a.arrow-link-big:hover {
  color: #4A2670;
}
.theme-pink a.arrow-link-big:hover:before {
  border-left: 7px solid #4A2670;
}
.theme-red a.arrow-link-big {
  color: #D92145;
}
.theme-red a.arrow-link-big:before {
  border-left: 7px solid #D92145;
}
.theme-red a.arrow-link-big:hover {
  color: #950026;
}
.theme-red a.arrow-link-big:hover:before {
  border-left: 7px solid #950026;
}
.theme-dark a.arrow-link-big {
  color: #666666;
}
.theme-dark a.arrow-link-big:before {
  border-left: 7px solid #666666;
}
.theme-dark a.arrow-link-big:hover {
  color: #333333;
}
.theme-dark a.arrow-link-big:hover:before {
  border-left: 7px solid #333333;
}
.theme-blue a.arrow-link-big {
  color: #63CED4;
}
.theme-blue a.arrow-link-big:before {
  border-left: 7px solid #63CED4;
}
.theme-blue a.arrow-link-big:hover {
  color: #3B8C90;
}
.theme-blue a.arrow-link-big:hover:before {
  border-left: 7px solid #3B8C90;
}
.theme-dark-blue a.arrow-link-big {
  color: #00239C;
}
.theme-dark-blue a.arrow-link-big:before {
  border-left: 7px solid #00239C;
}
.theme-dark-blue a.arrow-link-big:hover {
  color: #09093C;
}
.theme-dark-blue a.arrow-link-big:hover:before {
  border-left: 7px solid #09093C;
}
a.arrow-link-small {
  font-size: 15px;
  font-weight: bold;
  margin-left: 15px;
  display: inline-block;
}
a.arrow-link-small span {
  /* (pdf) */
  font-weight: normal;
}
a.arrow-link-small:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px outset transparent;
  border-bottom: 4px outset transparent;
  border-left: 6px solid #383838;
  position: absolute;
  top: 7px;
  left: -15px;
}
.theme-pink a.arrow-link-small {
  color: #8350C1;
}
.theme-pink a.arrow-link-small:before {
  border-left: 7px solid #8350C1;
}
.theme-pink a.arrow-link-small:hover {
  color: #4A2670;
}
.theme-pink a.arrow-link-small:hover:before {
  border-left: 7px solid #4A2670;
}
.theme-green a.arrow-link-small {
  color: #99C966;
}
.theme-green a.arrow-link-small:before {
  border-left: 7px solid #99C966;
}
.theme-green a.arrow-link-small:hover {
  color: #618839;
}
.theme-green a.arrow-link-small:hover:before {
  border-left: 7px solid #618839;
}
.theme-dark-green a.arrow-link-small {
  color: #20512D;
}
.theme-dark-green a.arrow-link-small:before {
  border-left: 7px solid #20512D;
}
.theme-dark-green a.arrow-link-small:hover {
  color: #1F361A;
}
.theme-dark-green a.arrow-link-small:hover:before {
  border-left: 7px solid #1F361A;
}
.theme-dark a.arrow-link-small {
  color: #666666;
}
.theme-dark a.arrow-link-small:before {
  border-left: 7px solid #666666;
}
.theme-dark a.arrow-link-small:hover {
  color: #333333;
}
.theme-dark a.arrow-link-small:hover:before {
  border-left: 7px solid #333333;
}
.theme-blue a.arrow-link-small {
  color: #63CED4;
}
.theme-blue a.arrow-link-small:before {
  border-left: 7px solid #63CED4;
}
.theme-blue a.arrow-link-small:hover {
  color: #3B8C90;
}
.theme-blue a.arrow-link-small:hover:before {
  border-left: 7px solid #3B8C90;
}
.theme-dark-blue a.arrow-link-small {
  color: #00239C;
}
.theme-dark-blue a.arrow-link-small:before {
  border-left: 7px solid #00239C;
}
.theme-dark-blue a.arrow-link-small:hover {
  color: #09093C;
}
.theme-dark-blue a.arrow-link-small:hover:before {
  border-left: 7px solid #09093C;
}
a.back {
  clear: both;
  font-size: 15px;
  font-weight: bold;
  margin-left: 17px;
  display: block;
  color: #626262;
}
.theme-pink a.back {
  color: #8350C1;
}
.theme-pink a.back:hover {
  color: #4A2670;
}
.theme-pink a.back:hover:before {
  border-right: 7px solid #4A2670;
}
.theme-orange a.back {
  color: #EF9F3E;
}
.theme-orange a.back:hover {
  color: #AE6B1D;
}
.theme-orange a.back:hover:before {
  border-right: 7px solid #AE6B1D;
}
.theme-blue a.back {
  color: #63CED4;
}
.theme-blue a.back:hover {
  color: #3B8C90;
}
.theme-blue a.back:hover:before {
  border-right: 7px solid #3B8C90;
}
.theme-dark-blue a.back {
  color: #00239C;
}
.theme-dark-blue a.back:hover {
  color: #09093C;
}
.theme-dark-blue a.back:hover:before {
  border-right: 7px solid #09093C;
}
a.back:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px outset transparent;
  border-bottom: 5px outset transparent;
  border-right: 7px solid #626262;
  position: absolute;
  top: 5px;
  left: -17px;
}
.theme-pink a.back:before {
  border-right: 7px solid #8350C1;
}
.theme-orange a.back:before {
  border-right: 7px solid #EF9F3E;
}
.theme-blue a.back:before {
  border-right: 7px solid #63CED4;
}
.theme-dark-blue a.back:before {
  border-right: 7px solid #00239C;
}
a.membership-button {
  /* Zum Aufnahmeantrag */
  display: block;
  max-width: 500px;
  height: 37px;
  line-height: 39px;
  text-align: center;
  background-color: #8350C1;
  color: #FFFFFF;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 50px;
}
a.membership-button:hover {
  background-color: #4A2670;
}
a.to-top {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1000px;
  position: fixed;
  bottom: 100px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* cause it doesn't support rotate */
}
.ie8 a.to-top {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.ie7 a.to-top {
  display: none;
}
a.to-top:hover {
  text-decoration: none;
}
a.to-top:before {
  /* line */
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #383838;
  top: -10px;
  left: 0;
}
a.to-top:after {
  /* arrow */
  content: "";
  width: 0;
  height: 0;
  border-top: 5px outset transparent;
  border-bottom: 5px outset transparent;
  border-left: 8px solid #383838;
  position: absolute;
  top: 5px;
  right: -15px;
}
a.to-top.pink {
  color: #8350C1;
}
a.to-top.pink:after {
  border-left: 8px solid #8350C1;
}
a.to-top.green {
  color: #99C966;
}
a.to-top.green:after {
  border-left: 8px solid #99C966;
}
a.to-top.dark-green {
  color: #20512D;
}
a.to-top.dark-green:after {
  border-left: 8px solid #20512D;
}
a.to-top.brown {
  color: #B29A78;
}
a.to-top.brown:after {
  border-left: 8px solid #B29A78;
}
a.to-top.red {
  color: #D92145;
}
a.to-top.red:after {
  border-left: 8px solid #D92145;
}
a.to-top.blue {
  color: #63CED4;
}
a.to-top.blue:after {
  border-left: 8px solid #63CED4;
}
a.to-top.dark-blue {
  color: #00239C;
}
a.to-top.dark-blue:after {
  border-left: 8px solid #00239C;
}
a.to-top.orange {
  color: #EF9F3E;
}
a.to-top.orange:after {
  border-left: 8px solid #EF9F3E;
}
a.to-top.dark {
  color: #666666;
}
a.to-top.dark:after {
  border-left: 8px solid #666666;
}
@media all and (max-width: 1200px) {
  a.to-top {
    display: none;
  }
}

header {
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 30px;
  overflow: hidden;
}
header a:hover {
  text-decoration: none;
}
header nav {
  margin-left: 55%;
  line-height: 1.7em;
  width: 220px;
}
@media all and (max-width: 1020px) {
  header nav {
    margin-left: 45%;
  }
}
header nav ul li {
  /* ------------------------------------------------- theme it */
  position: relative;
  display: block;
  cursor: pointer;
  /* dropdown */
}
header nav ul li a {
  display: block;
}
header nav ul li#pink:hover, header nav ul li#pink ul li:hover, header nav ul li.pink, header nav ul li#pink .active {
  color: #8350C1;
}
header nav ul li#pink:hover:before, header nav ul li#pink ul li:hover:before, header nav ul li.pink:before, header nav ul li#pink .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #8350C1 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#green:hover, header nav ul li#green ul li:hover, header nav ul li.green, header nav ul li#green .active {
  color: #99C966;
}
header nav ul li#green:hover:before, header nav ul li#green ul li:hover:before, header nav ul li.green:before, header nav ul li#green .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #99C966 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#dark-green:hover, header nav ul li#dark-green ul li:hover, header nav ul li.dark-green, header nav ul li#dark-green .active {
  color: #20512D;
}
header nav ul li#dark-green:hover:before, header nav ul li#dark-green ul li:hover:before, header nav ul li.dark-green:before, header nav ul li#dark-green .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #20512D 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#brown:hover, header nav ul li#brown ul li:hover, header nav ul li.brown, header nav ul li#brown .active {
  color: #B29A78;
}
header nav ul li#brown:hover:before, header nav ul li#brown ul li:hover:before, header nav ul li.brown:before, header nav ul li#brown .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #B29A78 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#red:hover, header nav ul li#red ul li:hover, header nav ul li.red, header nav ul li#red .active {
  color: #D92145;
}
header nav ul li#red:hover:before, header nav ul li#red ul li:hover:before, header nav ul li.red:before, header nav ul li#red .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #D92145 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#blue:hover, header nav ul li#blue ul li:hover, header nav ul li.blue, header nav ul li#blue .active {
  color: #63CED4;
}
header nav ul li#blue:hover:before, header nav ul li#blue ul li:hover:before, header nav ul li.blue:before, header nav ul li#blue .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #63CED4 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#dark-blue:hover, header nav ul li#dark-blue ul li:hover, header nav ul li.dark-blue, header nav ul li#dark-blue .active {
  color: #00239C;
}
header nav ul li#dark-blue:hover:before, header nav ul li#dark-blue ul li:hover:before, header nav ul li.dark-blue:before, header nav ul li#dark-blue .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #00239C 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li#orange:hover, header nav ul li#orange ul li:hover, header nav ul li.orange, header nav ul li#orange .active {
  color: #EF9F3E;
}
header nav ul li#orange:hover:before, header nav ul li#orange ul li:hover:before, header nav ul li.orange:before, header nav ul li#orange .active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #EF9F3E 7px solid;
  position: absolute;
  top: 7px;
  left: -15px;
}
header nav ul li.active > ul {
  display: block;
}
header nav ul li ul {
  /* ------------------------------------------------- delete? */
  display: none;
  padding-left: 10px;
}
header ul#language {
  position: absolute;
  top: 0;
  right: 5px;
  color: #999999;
  width: 136px;
  z-index: 1;
}
header ul#login {
  position: absolute;
  right: 0;
  top: 31px;
  line-height: 1.7em;
  width: 140px;
  z-index: 1;
}
header ul#login li {
  position: relative;
  line-height: 1.2;
}
header ul#login li:hover:before, header ul#login li.active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px outset transparent;
  border-left: #666666 7px solid;
  position: absolute;
  top: 5px;
  left: -15px;
}

/* tiny nav */
.tinynav {
  display: none;
}

@media screen and (max-width: 800px) {
  .tinynav {
    display: block;
    width: 100%;
  }

  #nav {
    display: none;
  }

  header {
    margin-top: 0;
    padding-top: 10px;
  }
  header nav {
    margin-left: 0;
    width: 100%;
  }
  header ul#language {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    font-size: 12px;
  }
  header ul#login {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    line-height: inherit;
    font-size: 12px;
  }
}
/* homepage slideshow, basic styles and greysheme, coloured shemes follows below */
.rslides {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#slider-next {
  position: absolute;
  right: 0;
  top: 180px;
  cursor: pointer;
  z-index: 1000;
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(/img/page/arrow.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #slider-next {
    background-image: url(/img/page/arrow@2x.png);
    background-size: 39px 39px;
  }
}
@media all and (max-width: 600px) {
  #slider-next {
    width: 30px;
    height: 30px;
    top: 120px;
    display: none;
  }
}

.slide-title {
  font-family: Times, serif;
  font-size: 48px;
  margin-bottom: 24px;
  font-style: italic;
}

.slide-image {
  margin-bottom: 24px;
}
.slide-image img {
  width: 100%;
  max-width: 600px;
}

.slide {
  position: relative;
  font-family: Times, serif;
  font-size: 38px;
  float: left;
  margin-right: 10px;
  color: #383838;
  line-height: 1.35em;
  width: 100%;
  box-sizing: border-box;
  display: none;
  padding-right: 80px;
}
@media all and (max-width: 600px) {
  .slide {
    font-size: 2em;
    padding-right: 0px;
  }
}
.slide:first-child {
  display: block;
}
.slide span.break {
  display: block;
}
.slide span.link {
  display: block;
  text-align: right;
}
@media all and (max-width: 600px) {
  .slide span.link {
    margin-top: 20px;
  }
}
.slide span.link a {
  font-family: Arial, serif;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #383838;
}
.slide .indent-1 {
  margin-left: 40px;
}
.slide .indent-2 {
  margin-left: 80px;
}
.slide#slide-wolfgangHahnPreis {
  line-height: 1.1em;
}
.slide#slide-wolfgangHahnPreis h2 {
  font-family: Arial, serif;
  display: inline-block;
  font-size: 35px;
  margin-right: 10px;
}
@media all and (max-width: 600px) {
  .slide#slide-wolfgangHahnPreis h2 {
    font-size: 20px;
  }
}
.slide#slide-wolfgangHahnPreis h2 i {
  /* Jahreszahl bei Wolfgang-Hahn-Preis */
  font-size: 14px;
}

/* adjust page styles on the homepage where the slider is active */
.colored-slides-active .rsContent {
  color: #FFFFFF;
}
.colored-slides-active .rsContent span.link a {
  border-bottom: 2px solid #FFFFFF;
}
.colored-slides-active header {
  color: #FFFFFF;
}
.colored-slides-active header span.pipe {
  border-right: 2px solid #FFFFFF;
}
.colored-slides-active header nav li a:hover {
  color: #FFFFFF;
}
.colored-slides-active header nav li:before {
  border-left: #FFFFFF 7px solid !important;
}
.colored-slides-active header ul#language {
  color: #ddd;
}
.colored-slides-active header ul#login li:before {
  border-left: #FFFFFF 7px solid !important;
}
.colored-slides-active .divider-home {
  background-color: #FFFFFF;
}
.colored-slides-active footer {
  color: #FFFFFF;
}
.colored-slides-active footer a[href^=mailto] {
  border-bottom: 1px solid #fff;
}
.colored-slides-active footer a:link {
  color: #FFFFFF;
}
.colored-slides-active footer ul#links a:hover {
  color: #FFFFFF;
}
.colored-slides-active a.to-top {
  color: #FFFFFF;
}
.colored-slides-active a.to-top:before {
  background-color: #FFFFFF;
}
.colored-slides-active a.to-top:after {
  /* arrow */
  border-left: 8px solid #FFFFFF;
}

/* diver bewteen header and content */
.divider, .divider-home {
  position: relative;
  display: block;
  height: 2px;
  width: 60px;
  background-color: #383838;
  margin-bottom: 45px;
}
.theme-pink .divider, .theme-pink .divider-home {
  background-color: #8350C1;
}
.theme-green .divider, .theme-green .divider-home {
  background-color: #99C966;
}
.theme-dark-green .divider, .theme-dark-green .divider-home {
  background-color: #20512D;
}
.theme-brown .divider, .theme-brown .divider-home {
  background-color: #B29A78;
}
.theme-dark .divider, .theme-dark .divider-home {
  background-color: #666666;
}
.theme-blue .divider, .theme-blue .divider-home {
  background-color: #63CED4;
}
.theme-red .divider, .theme-red .divider-home {
  background-color: #D92145;
}
.theme-orange .divider, .theme-orange .divider-home {
  background-color: #EF9F3E;
}

@media all and (max-width: 1200px) {
  .divider {
    display: none;
  }
}

/* content styling */
h2#page {
  position: fixed;
  margin-left: -80px;
  top: 560px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  /* rotate from top left corner */
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* cause it doesn't support rotate */
}
.theme-pink h2#page {
  color: #8350C1;
}
.theme-green h2#page {
  color: #99C966;
}
.theme-dark-green h2#page {
  color: #20512D;
}
.theme-brown h2#page {
  color: #B29A78;
}
.theme-dark h2#page {
  color: #666666;
}
.theme-blue h2#page {
  color: #63CED4;
}
.theme-dark-blue h2#page {
  color: #00239C;
}
.theme-red h2#page {
  color: #D92145;
}
.theme-orange h2#page {
  color: #EF9F3E;
}
@media all and (max-width: 1200px) {
  h2#page {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-bottom: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .ie8 h2#page {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  }
}
@media all and (max-width: 600px) {
  h2#page {
    margin-bottom: 40px;
  }
}
h2#page .ie8 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.ie7 h2#page {
  display: none;
}
h2#page:after {
  /* underline */
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #383838;
  bottom: -18px;
  left: 0;
}

.content {
  position: relative;
  margin-bottom: 40px;
  /* default margin bottom on intro paragraph */
  /* für PDF Satzung in Mitgliedschaft und Anmeldeformular */
  /* Kunst im Kontext */
  /* Programm, Pressebereich, Downloads: quickfix line-height, otherweise another arrow link must be created */
  /* image wrapper for embed images */
  /* reisen, single view */
}
.content .blockquote-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}
.content .blockquote-wrapper.has-blockquote-image {
  min-height: 140px;
}
@media all and (max-width: 600px) {
  .content .blockquote-wrapper.has-blockquote-image {
    min-height: 0 !important;
    height: auto !important;
  }
}
@media all and (max-width: 600px) {
  .content .blockquote-wrapper {
    margin-bottom: 20px;
  }
}
.content .blockquote-wrapper .pop-img {
  float: right;
  text-align: center;
  width: 30%;
}
.content .blockquote-wrapper .pop-img a {
  position: absolute;
  right: 50px;
}
@media all and (max-width: 1020px) {
  .content .blockquote-wrapper .pop-img a {
    position: relative;
    right: auto;
  }
}
@media all and (max-width: 600px) {
  .content .blockquote-wrapper .pop-img a {
    display: none;
  }
}
.content .blockquote-wrapper .pop-img a img {
  max-width: 140px;
}
.content .blockquote-wrapper blockquote {
  position: relative;
  float: left;
  font-family: Times, serif;
  color: #000;
  overflow: hidden;
  width: 70%;
}
@media all and (max-width: 600px) {
  .content .blockquote-wrapper blockquote {
    width: 100%;
    min-height: auto;
  }
}
.content .blockquote-wrapper blockquote p {
  font-size: 40px;
  line-height: 1.2em;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  color: #383838;
}
@media all and (max-width: 800px) {
  .content .blockquote-wrapper blockquote p {
    font-size: 35px;
  }
}
@media all and (max-width: 600px) {
  .content .blockquote-wrapper blockquote p {
    font-size: 30px;
  }
}
.content .intro {
  max-width: 660px;
  margin-bottom: 40px;
}
.content .footer {
  position: relative;
  margin-top: 30px;
  padding-top: 35px;
}
.content .footer:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #383838;
}
.content .current-event {
  margin-bottom: 40px;
}
.content .current-event .date p {
  font-family: Arial, serif;
  font-weight: bold;
}
.content .last-event h3 {
  font-size: 24px;
  line-height: 1.35em;
}
.content .last-event #embed-video {
  max-width: 780px;
  margin: 50px auto 70px;
}
@media all and (max-width: 600px) {
  .content .last-event #embed-video {
    margin: 20px auto 40px;
  }
}
.content .preview-event {
  margin-bottom: 48px;
}
.content .preview-event h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.35em;
}
.content .past-events h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.35em;
}
.content .past-events p {
  max-width: 700px;
}
.content .past-events .event {
  display: inline-block;
}
.content .past-events .event a.arrow-link-big {
  margin-bottom: 4px;
}
.content .past-events .event p {
  margin-left: 20px;
}
.content ul.downloads {
  clear: both;
}
.content ul.downloads li {
  margin-bottom: 5px;
}
.content .img-wrapper-full-width {
  margin-bottom: 40px;
}
.content .img-wrapper-vertical {
  text-align: center;
  margin-bottom: 40px;
}
.content .img-wrapper-vertical figcaption span {
  margin-top: 6px;
}
.content .img-wrapper-vertical img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.content .img-wrapper-vertical--small img {
  max-width: 200px;
}
.content .img-wrapper-horizontal {
  text-align: center;
  margin-bottom: 40px;
}
.content .img-wrapper-horizontal img {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.content .text {
  margin-top: 60px;
}
@media all and (max-width: 600px) {
  .content .text {
    margin-top: 20px;
  }
}
.content .text blockquote p {
  font-size: 30px;
  line-height: 1.1em;
}
@media all and (max-width: 600px) {
  .content .text blockquote p {
    font-size: 24px;
  }
}
.content .text blockquote p:before {
  content: "„";
  margin-right: 5px;
}
.content .text blockquote p:after {
  content: "“";
  margin-left: 5px;
}
.content .date {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  font-family: Times, serif;
}
.content .date h4 {
  font-family: Arial, serif;
  font-weight: bold;
}

/* Publikationen, Editionen, Pressebereich */
.masonry-container {
  margin-top: 60px;
}
.masonry-container .item {
  float: left;
  width: 33.3%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
}
.masonry-container .item img {
  max-width: 240px;
  margin: 0 10px;
}
.masonry-container .item img.small {
  max-width: 200px;
}
.masonry-container .item .has-video-icon .item__image {
  position: relative;
  cursor: pointer;
  margin-bottom: 24px;
}
.masonry-container .item .has-video-icon .item__image img {
  padding-bottom: 0;
}
.masonry-container .item .has-video-icon .item__image:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  background-image: url("/img/page/icon--play.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-pink .masonry-container .item:hover h3 {
  color: #8350C1;
}
.theme-blue .masonry-container .item:hover h3 {
  color: #63CED4;
}
.theme-dark-blue .masonry-container .item:hover h3 {
  color: #00239C;
}
.theme-orange .masonry-container .item a:hover h3 {
  color: #EF9F3E;
}
@media all and (max-width: 1020px) {
  .masonry-container .item {
    width: 33.3%;
  }
}
@media all and (max-width: 800px) {
  .masonry-container .item {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .masonry-container .item {
    width: 100%;
  }
}
.masonry-container .item h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
.masonry-container .item h3 i {
  font-size: 15px;
}
.masonry-container .item img {
  padding-bottom: 25px;
}

/* Publikationen, Editionen sold out indicator */
.sold-out {
  font-size: 14px;
  color: #de0215;
  font-style: italic;
  margin-bottom: 24px;
}

/*Accordion*/
.accordion__headline {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 24px;
}

.accordion {
  border-bottom: 1px solid #CDCDCD;
}
.accordion li {
  display: block;
}
.accordion h3 {
  position: relative;
  font-size: 23px;
  height: auto;
  padding: 10px 0;
  line-height: 1.3em;
  border-top: 1px solid #CDCDCD;
  padding-left: 10px;
  font-weight: normal;
  padding-right: 30px;
}
@media all and (max-width: 600px) {
  .accordion h3 {
    font-size: 18px;
  }
}
.accordion h3 i {
  /* Jahreszahl bei Wolfgang-Hahn-Preis */
  font-size: 14px;
}
.accordion h3:hover {
  cursor: pointer;
}
.theme-green .accordion h3:hover {
  color: #99C966;
}
.theme-dark-green .accordion h3:hover {
  color: #20512D;
}
.theme-pink .accordion h3:hover {
  color: #8350C1;
}
.theme-brown .accordion h3:hover {
  color: #B29A78;
}
.theme-blue .accordion h3:hover {
  color: #63CED4;
}
.theme-dark-blue .accordion h3:hover {
  color: #00239C;
}
.theme-dark .accordion h3:hover {
  color: #666666;
}
.accordion h3:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px outset transparent;
  border-left: 5px outset transparent;
  border-top: 8px solid #9D9D9D;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 28px;
}
@media all and (max-width: 600px) {
  .accordion h3:after {
    right: 10px;
  }
}
.accordion h3.trigger_active:after {
  border-top: 8px solid #383838;
}
.theme-pink .accordion h3.trigger_active {
  color: #8350C1;
}
.theme-green .accordion h3.trigger_active {
  color: #99C966;
}
.theme-dark-green .accordion h3.trigger_active {
  color: #20512D;
}
.theme-brown .accordion h3.trigger_active {
  color: #B29A78;
}
.theme-blue .accordion h3.trigger_active {
  color: #63CED4;
}
.theme-dark-blue .accordion h3.trigger_active {
  color: #00239C;
}
.theme-dark .accordion h3.trigger_active {
  color: #666666;
}
.accordion .toggle_container {
  padding: 30px 10px 40px;
  line-height: 1.35em;
}
@media all and (max-width: 600px) {
  .accordion .toggle_container {
    padding: 20px 10px 20px;
  }
}
.accordion .dates {
  /*remove padding from date boxes */
  font-size: 18px;
}

/*Form*/
form {
  border-top: 1px solid #DFDFDF;
  padding-top: 40px;
  margin-bottom: 50px;
  font-family: Times, serif;
  font-size: 17px;
  color: #626262;
}
form p {
  color: #383838;
}
form label:hover {
  cursor: pointer;
}
form .group {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
form .group input {
  position: absolute;
  left: 130px;
}
@media all and (max-width: 800px) {
  form .group input {
    left: 0;
  }
}
form .group label {
  margin-left: 165px;
  display: inline-block;
}
@media all and (max-width: 800px) {
  form .group label {
    margin-left: 30px;
  }
}
form .group.agb {
  font-size: 15px;
  max-width: 700px;
  margin-bottom: 30px;
}
form .group.agb input[type=checkbox] {
  postion: relative;
  top: 2px;
}
form input[type=text],
form input[type=password],
form input[type=email] {
  position: relative;
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
  height: 40px;
  font-family: Arial, serif;
  font-size: 16px;
  padding: 0 5px;
  color: #383838;
  border: 1px solid #CDCDCD;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  margin-bottom: 7px;
}
@media all and (max-width: 800px) {
  form input[type=text],
form input[type=password],
form input[type=email] {
    max-width: 90%;
  }
}
form input[type=text].error,
form input[type=password].error,
form input[type=email].error {
  position: relative;
  background-color: #F5DADF;
}
form input[type=text].error + span:after,
form input[type=password].error + span:after,
form input[type=email].error + span:after {
  display: none;
  content: "Bitte ausfüllen!";
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 100px;
  color: #CB254D;
}
form fieldset.block, form fieldset.art {
  margin-bottom: 30px;
}
@media all and (max-width: 800px) {
  form fieldset.list {
    margin-bottom: 30px;
  }
}
form fieldset.list.last legend {
  color: #383838;
}
@media all and (max-width: 800px) {
  form fieldset.list.last label {
    float: left;
    display: inline;
    width: 20px;
  }
  form fieldset.list.last input {
    display: inline;
    width: 80%;
  }
}
form fieldset.list label {
  width: 150px;
  margin-right: 10px;
  text-align: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
@media all and (max-width: 800px) {
  form fieldset.list label {
    width: 100%;
    text-align: left;
  }
}
form fieldset.list span.validate {
  font-size: 14px;
  position: relative;
  top: -10px;
  margin-left: 8px;
}
.theme-pink form fieldset.list span.validate {
  color: #8350C1;
}
form fieldset.list span.hint {
  margin-left: 10px;
  color: #CB254D;
  font-size: 16px;
}
@media all and (max-width: 800px) {
  form fieldset.list span.hint {
    display: none;
  }
}
form fieldset legend {
  display: none;
}
form fieldset legend.show {
  display: block;
  line-height: 50px;
}
@media all and (max-width: 800px) {
  form fieldset legend.show {
    color: #383838;
  }
}
form fieldset legend.indent {
  padding-left: 165px;
}
@media all and (max-width: 800px) {
  form fieldset legend.indent {
    padding-left: 0;
  }
}
form input[type=submit] {
  margin-left: 165px;
  width: 100%;
  max-width: 380px;
  height: 35px;
  line-height: 33px;
  border: none;
  font-family: Arial, serif;
  color: #fff;
  font-size: 17px;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
}
.theme-pink form input[type=submit] {
  background-color: #8350C1;
}
.theme-pink form input[type=submit]:hover {
  background-color: #4A2670;
}
.theme-brown form input[type=submit] {
  background-color: #B29A78;
}
.theme-brown form input[type=submit]:hover {
  background-color: #6C5A42;
}
.theme-dark form input[type=submit] {
  background-color: #666666;
}
.theme-dark form input[type=submit]:hover {
  background-color: #333333;
}
@media all and (max-width: 800px) {
  form input[type=submit] {
    margin-left: 0;
    max-width: 90%;
  }
}
form.login {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 50px 0;
  margin: 0 0 20px;
}

form.anmeldeformular {
  color: #383838;
}
form.anmeldeformular .freitext {
  margin: 24px 0;
}
form.anmeldeformular .form-sprache {
  display: none;
}
form.anmeldeformular p {
  margin-top: 20px;
  margin-left: 165px;
  font-size: 16px;
}
@media all and (max-width: 800px) {
  form.anmeldeformular p {
    margin-left: 0;
  }
}
form.anmeldeformular p, form.anmeldeformular strong, form.anmeldeformular b {
  font-size: 16px;
  font-size: 16px;
}
form.anmeldeformular span.error {
  margin-left: 10px;
}
@media all and (max-width: 800px) {
  form.anmeldeformular span.error {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}
form.anmeldeformular textarea {
  width: 100%;
  max-width: 380px;
  border: 1px solid #CDCDCD;
  display: inline-block;
}
@media all and (max-width: 800px) {
  form.anmeldeformular textarea {
    max-width: 90%;
  }
}
form.anmeldeformular .group {
  font-size: 16px;
  margin: 12px 0;
}
form.anmeldeformular .group input {
  left: 165px;
}
@media all and (max-width: 800px) {
  form.anmeldeformular .group input {
    left: 0;
  }
}
form.anmeldeformular .group label {
  margin-left: 190px;
}
@media all and (max-width: 800px) {
  form.anmeldeformular .group label {
    margin-left: 30px;
  }
}
form.anmeldeformular .group-error {
  margin-left: 165px;
  margin-top: 24px;
  display: block;
  color: #B29A78;
}
@media all and (max-width: 800px) {
  form.anmeldeformular .group-error {
    margin-left: 0;
  }
}
form.anmeldeformular .anrede {
  margin-bottom: 7px;
}
form.anmeldeformular .begleitperson {
  margin-left: 165px;
  max-width: 380px;
}
@media all and (max-width: 800px) {
  form.anmeldeformular .begleitperson {
    margin-left: 0px;
  }
}
form.anmeldeformular .begleitperson .begleitperson__checkbox {
  margin-top: 24px;
}
form.anmeldeformular .begleitperson .begleitperson__input {
  display: none;
  padding-top: 24px;
}
form.anmeldeformular .begleitperson .begleitperson__input label {
  display: block;
  margin-bottom: 6px;
}

#formular-feedback .text {
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 60px;
}
#formular-feedback .text .arrow-link-big {
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  #formular-feedback .text {
    margin-bottom: 20px;
  }
}
#formular-feedback .footer {
  border-top: 1px solid #DFDFDF;
}
#formular-feedback .footer:before {
  display: none;
}
#formular-feedback .footer p {
  max-width: 700px;
}

/* ------------------------------------------------ single views */
/* for the reusability of single view pages they are divided into types */
.singleview .wrapper {
  margin: 60px 0;
}
@media all and (max-width: 600px) {
  .singleview .wrapper {
    margin: 40px 0;
  }
}
.singleview .type-1 {
  /* Publikation Single View */
}
.singleview .type-1 h3 {
  font-size: 23px;
  line-height: 1.35em;
  margin-bottom: 20px;
}
.theme-orange .singleview .type-1 h3 {
  color: #EF9F3E;
}
.singleview .type-1 a.buy-button {
  font-size: 15px;
  display: inline-block;
  max-width: 500px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0 30px;
  color: #FFFFFF;
  margin: 0 auto;
  font-weight: bold;
}
.theme-orange .singleview .type-1 a.buy-button {
  background-color: #EF9F3E;
}
.theme-orange .singleview .type-1 a.buy-button:hover {
  background-color: #AE6B1D;
}
.singleview .type-2 {
  /* Junger Ankauf Single View */
  margin-top: 30px;
  margin-bottom: 30px;
}
.singleview .type-2 h3 {
  font-size: 40px;
  font-family: Times, serif;
  line-height: 1.35em;
  margin-bottom: 30px;
}
.singleview .type-2 h3 i {
  font-style: italic;
}
.singleview .type-2 h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.theme-pink .singleview .type-2 h4 {
  color: #8350C1;
}
.theme-blue .singleview .type-2 h4 {
  color: #63CED4;
}
.theme-dark-blue .singleview .type-2 h4 {
  color: #00239C;
}
.theme-dark-green .singleview .type-2 h4 {
  color: #20512D;
}
.singleview .type-2 p.intro {
  margin-bottom: 70px;
}
.singleview .type-2 .text {
  margin-top: 50px;
}

/* ------------------------------------------------ individual page styles */
/* - -----------------------------------------------------------------------------------------------------------------   lockquotes mit geringerem Abstand */
/*#mitgliederbereich, #uebersicht, #presse, #antragsformular, #mitglieder, #programm, #downloads, #formular-feedback {
	.blockquote-wrapper {
		margin-bottom: 40px;

		@media all and (max-width: $mobile) {
			margin-bottom: 20px;
		}
	}
}*/
/* Mitgliederbereich */
#mitgliederbereich .date {
  font-family: Arial, serif !important;
}

/* Antragsformular */
#antragsformular p.intro {
  margin-bottom: 20px;
}

/* Presse */
#presse .downloads {
  margin-bottom: 40px;
}
#presse h3 {
  font-family: Arial, serif;
  font-weight: bold;
  line-height: 1.35em;
  font-size: 18px;
}
#presse .arrow-link-small:before {
  left: -12px;
}

/* Über uns */
.mod_text h3 {
  font-size: 24px;
  line-height: 1.35em;
  margin-bottom: 25px;
}
.mod_text figure {
  margin-bottom: 20px;
}
.mod_text .small {
  font-size: 12px;
}

/* Mitgliedschaft */
#mitgliedschaft .container {
  overflow: hidden;
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  #mitgliedschaft .container {
    margin-top: 20px;
  }
}
#mitgliedschaft .third {
  width: 33.3%;
  float: left;
}
@media all and (max-width: 800px) {
  #mitgliedschaft .third {
    width: 100%;
    margin-bottom: 20px;
  }
  #mitgliedschaft .third:last-child {
    margin-bottom: 0px;
  }
}
#mitgliedschaft .membership-box {
  border: 5px solid #E0E0E0;
  padding: 30px 15px 20px;
  background-color: #fff;
  margin: 0 20px;
}
@media all and (max-width: 1020px) {
  #mitgliedschaft .membership-box {
    margin: 0 15px;
  }
}
@media all and (max-width: 600px) {
  #mitgliedschaft .membership-box {
    margin: 0;
  }
}
#mitgliedschaft .membership-box h3 {
  font-size: 23px;
  margin-bottom: 25px;
  text-align: center;
}
#mitgliedschaft .membership-box .price p {
  font-family: Arial, serif;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 0;
}

/* Mitglieder */
#mitglieder .toggle_container {
  font-size: 18px;
}
#mitglieder .toggle_container .indent {
  margin-left: 20px;
}
#mitglieder .toggle_container .position {
  font-family: Times, serif;
}
#mitglieder .columns-3 {
  font-family: Times, serif;
}

/* Programm */
#programm .downloads {
  margin-top: 40px;
}

/* Reisen, Highlights */
#gallery span.slug {
  color: #F9F9F9;
}
#gallery .img {
  position: relative;
  text-align: center;
  max-width: 380px;
  padding-right: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
#gallery .img img {
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 10px 10px 0px #343434;
  -moz-box-shadow: 10px 10px 0px #343434;
  box-shadow: 10px 10px 0px #343434;
}
#gallery .plus-icon:after {
  content: "+";
  font-family: Arial;
  text-align: center;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 20px;
  background-color: #99C966;
  font-size: 24px;
  color: #FFFFFF;
}
#gallery .full-story {
  margin-top: 55px;
  margin-bottom: 55px;
  display: none;
}
@media all and (max-width: 600px) {
  #gallery .full-story {
    margin-top: 0;
  }
}
#gallery .full-story p {
  max-width: 700px;
}
#gallery .toggle-link {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  #gallery .toggle-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#gallery .toggle-link .arrow-down {
  position: relative;
}
#gallery .toggle-link .arrow-down:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px outset transparent;
  border-left: 5px outset transparent;
  border-top: 7px solid #383838;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -4px;
}
#gallery .toggle-link .arrow-up {
  position: relative;
  display: none;
}
#gallery .toggle-link .arrow-up:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px outset transparent;
  border-left: 5px outset transparent;
  border-bottom: 7px solid #383838;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -4px;
}
#gallery span.arrow-link-big-up:before {
  border-top: none;
  border-bottom: 7px solid #383838;
  top: 8px;
}

/* Junge Mitglieder */
#jungeMitglieder .half {
  position: relative;
  min-height: 250px;
  padding-bottom: 20px;
}
#jungeMitglieder .half .img {
  max-width: 250px;
  margin: 0 auto;
}
#jungeMitglieder .half h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
}
#jungeMitglieder .half h4 {
  font-size: 18px;
}
#jungeMitglieder .half img {
  text-align: center;
}
#jungeMitglieder .half .arrow-link-big {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  margin-right: 18px;
}
#jungeMitglieder .half .arrow-link-big:before {
  left: auto;
  right: -15px;
}

/* Kontakt */
#kontakt-impressum h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35em;
}

/* Mitglieder Login */
#mitgliederLogin .intro {
  margin-bottom: 20px;
}
#mitgliederLogin .color {
  color: #666666;
}
#mitgliederLogin form {
  margin-bottom: 30px;
}
#mitgliederLogin form .group {
  font-size: 16px;
  margin: 20px 0;
}
#mitgliederLogin form .group input {
  left: 165px;
}
@media all and (max-width: 800px) {
  #mitgliederLogin form .group input {
    left: 0;
  }
}
#mitgliederLogin form .group label {
  margin-left: 190px;
}
@media all and (max-width: 800px) {
  #mitgliederLogin form .group label {
    margin-left: 30px;
  }
}
#mitgliederLogin form p {
  margin-top: 20px;
  margin-left: 165px;
  font-size: 16px;
}
@media all and (max-width: 800px) {
  #mitgliederLogin form p {
    margin-left: 0;
  }
}

/* ------------------------------------------------ footer, isotope, lightbox */
footer {
  clear: both;
  position: relative;
  font-size: 14px;
  color: #999999;
  padding-top: 25px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  footer {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
footer a:hover {
  color: #666666;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #DFDFDF;
}
footer ul#links {
  position: relative;
  font-weight: bold;
  float: left;
  margin-right: 65px;
  line-height: 1.75em;
}
footer ul#links .active {
  color: #666666;
}
@media all and (max-width: 600px) {
  footer ul#links {
    float: none;
    display: block;
    padding: 10px 0;
  }
  footer ul#links:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #DFDFDF;
  }
  footer ul#links li {
    display: block;
  }
}
footer address {
  position: relative;
  float: left;
}
footer address p {
  font-size: 14px;
  line-height: 1.75em;
  font-family: Arial, serif;
}
footer address a {
  border-bottom: 1px solid #999999;
}
@media all and (max-width: 600px) {
  footer address {
    float: none;
    display: block;
    margin-bottom: 25px;
    padding-top: 20px;
  }
  footer address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #DFDFDF;
  }
}
footer .switch-position {
  overflow: hidden;
  max-width: 400px;
}
@media all and (max-width: 800px) {
  footer .switch-position {
    max-width: 100%;
  }
}
footer img.logo {
  float: right;
}
@media all and (max-width: 800px) {
  footer img.logo {
    float: right;
  }
}
@media all and (max-width: 600px) {
  footer img.logo {
    float: none;
    display: block;
    padding: 20px 0;
  }
}
footer ul#social {
  position: absolute;
  right: 0;
  top: 25px;
  margin-right: 0;
}
@media all and (max-width: 800px) {
  footer ul#social {
    top: auto;
    bottom: 0;
    right: 30px;
  }
}
footer ul#social li {
  position: relative;
}
footer ul#social li.facebook img {
  margin-right: 5px;
}
@media all and (max-width: 600px) {
  footer ul#social {
    position: relative;
    right: auto;
  }
}

/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.years-container {
  text-align: center;
  margin-bottom: 40px;
}
.years-container span {
  margin: 0 10px;
  font-family: Arial, serif;
  font-size: 23px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.years-container span.active:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px outset transparent;
  border-left: 5px outset transparent;
  border-top: 8px solid #383838;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -3px;
}
.theme-green .years-container span.active:after {
  border-top: 8px solid #99C966;
}
.theme-blue .years-container span.active:after {
  border-top: 8px solid #63CED4;
}
.theme-green .years-container span.active {
  color: #99C966;
}
.theme-blue .years-container span.active {
  color: #63CED4;
}
.theme-green .years-container span:hover {
  color: #99C966;
}
.theme-blue .years-container span:hover {
  color: #63CED4;
}

.lang-hidden {
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
}

* {
  box-sizing: border-box;
}

.mod_wolfgang-logo-box {
  overflow: hidden;
  margin-bottom: 24px;
}
.mod_wolfgang-logo-box p {
  float: left;
  width: 80%;
  padding-right: 24px;
}
.mod_wolfgang-logo-box img {
  float: right;
  margin-top: 6px;
  width: 20%;
}

.mod_logo {
  position: relative;
  display: block;
  float: left;
  width: 222px;
}
@media all and (max-width: 800px) {
  .mod_logo {
    float: none;
    margin: 34px 0 24px;
  }
}
.mod_logo:before {
  content: "";
  display: block;
  padding-top: 40.8769448373%;
}
.mod_logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/** 
 * Intro Text
 */
.mod_intro {
  max-width: 600px;
  overflow: hidden;
}

.mod_intro__block {
  margin-bottom: 48px;
}

.mod_intro--columns {
  max-width: initial;
  margin: 0 -25px;
}
@media all and (max-width: 1020px) {
  .mod_intro--columns {
    margin: 0 -15px;
  }
}
.mod_intro--columns .mod_intro__block {
  width: 50%;
  float: left;
  padding: 0 25px;
}
@media all and (max-width: 1020px) {
  .mod_intro--columns .mod_intro__block {
    padding: 0 15px;
  }
}
@media all and (max-width: 600px) {
  .mod_intro--columns .mod_intro__block {
    width: 100%;
  }
}

/**
 * Vorstandsliste
 */
.vorstands-liste {
  margin-bottom: 24px;
}

/**
 * Double Image
 */
.double-image {
  clear: both;
  overflow: hidden;
}

.double-image__image {
  width: 50%;
  float: left;
}
@media all and (max-width: 600px) {
  .double-image__image {
    width: 100%;
    float: none;
  }
}

.double-image__image--left {
  padding-right: 12px;
}
@media all and (max-width: 600px) {
  .double-image__image--left {
    padding: 0;
    margin-bottom: 24px;
  }
}

.double-image__image--right {
  padding-left: 12px;
}
@media all and (max-width: 600px) {
  .double-image__image--right {
    padding: 0;
  }
}

.mod_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.mod_overlay.is-in {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.3s ease-in-out;
}

.mod_overlay-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url("/img/page/icon--close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99999;
}

.mod_overlay__container {
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 400px) {
  .mod_overlay__container {
    padding: 10px;
    padding-top: 50px;
  }
}
.mod_overlay__container .mod_overlay__media {
  width: 100%;
}

.mod_overlay--is-image .mod_overlay__container {
  display: block;
}
.mod_overlay--is-image .mod_overlay__media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_overlay--is-image .mod_overlay__media img {
  max-width: 1000px;
  object-fit: contain;
  height: 100%;
}

.mod_overlay__text {
  display: none;
}

.mod_overlay__media {
  max-width: 1000px;
  margin: 0 auto;
}

.mod_overlay--has-text .mod_overlay__container {
  display: block;
}
.mod_overlay--has-text .mod_overlay__media {
  margin-bottom: 24px;
}
.mod_overlay--has-text .mod_overlay__text {
  display: block;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
.mod_overlay--has-text .mod_overlay__text a {
  color: #fff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  max-width: 1200px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* theme masonry media items on hover */

.theme-pink .item:hover h3 {
  color: #8350C1;
  cursor:  pointer;
}
.theme-green .item:hover h3 {
  color: #99C966;
  cursor:  pointer;
}
.theme-dark-green .item:hover h3 {
  color: #20512D;
  cursor:  pointer;
}
.theme-brown .item:hover h3 {
  color: #B29A78;
  cursor:  pointer;
}
.theme-dark .item:hover h3 {
  color: #666666;
  cursor:  pointer;
}
.theme-blue .item:hover h3 {
  color: #63CED4;
  cursor:  pointer;
}
.theme-red .item:hover h3 {
  color: #D92145;
  cursor:  pointer;
}
.theme-orange .item:hover h3 {
  color: #EF9F3E;
  cursor:  pointer;
}