@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    
  	width: 100%;
    background-size: cover;
  	background-repeat: no-repeat;
  	background-color: #ededed;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
}

a {
    
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-family: 'Quicksand', sans-serif;
}

a:hover {
    
    text-decoration: none;
    color: #ff0000;
}

h1, h2 {
    
    font-family: 'Playfair Display', serif;
    font-weight: bold 700;
}

h3, h4 {

    font-family: 'Quicksand', sans-serif;
}

h5, h6 {

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

h1 {
    
    font-size: 30pt;
}

h2 {
    
    font-size: 25pt;
}

h3 {
    
    font-size: 17pt;
    font-weight: 300;
}

h4 {
    
    font-size: 15pt;
    font-weight: 700;
}

h5 {
    
    font-size: 15pt;
    font-weight: 300; 
}

h6 {
    
    font-size: 13pt;
    font-weight: 800;
}

p {
    
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

.notVisible {
    
    opacity: 0;
}

.visible {
    
    opacity: 1;
    transition: 0.8s;
}

.block {
    
    display: block;
}

.none {
    
    display: none;
}

.flex {
    
    display: flex;
}

.absolute {
    
    position: absolute;
}

.relative {
    
    position: relative;
}

.fixed {
    
    position: fixed;
}

.sticky {

	position: sticky; 
}

#system-message {
  
  	font-family: 'Open Sans', sans-serif;
  	font-size 12pt;
  	color: #fff;
  	padding: 13px;
  	position: fixed;
  	top: 20px;
  	left: 20px;
  	background-color: rgba(53,53,53,0.7);
  	z-index: 10000000000;
  	max-width: 300px;
}

/* Farben */
/* Textfarben */

/* SPD */

.Rot { color: #ff0000; }

.Schwarz { color: #000000; }

.Weis { color: #ffffff; }

.Hellgrau { color: #ededed; }

.Dunkelgrau { color: #333333; }

.Hellrot { color: #f25762; }

.Dunkelrot { color: #B61C3E; }

.Hellblau { color: #4099ff; }

.Dunkelblau { color: #3b5998; }

.Cyan { color: #00B4CC; }

.Magenta { color: #980267; }

.Petrol { color: #205269; }

/* LTW'22 */

.Rosa { color: #f6d1ee; }

.Aprikot { color: #ffd8a6; }

.Tuerkis { color: #c6e4db; }

.Sky { color: #c5d9f1; }

/* Jusos */

.Signalrot { color: #ff0000; }

.Beere { color: #fa1464; }

.Altrot { color: #c81e1e; }

.Traube { color: #960028; }

.Lila { color: #7800b4; }

.Bordeaux { color: #500014; }

/* Hintergrundfarben */

/* SPD */

.rotBack { background-color: rgb(255, 0, 0); }

.schwarzBack { background-color: rgb(0, 0, 0); }

.weisBack { background-color: rgb(255, 255, 255); }

.hellgrauBack { background-color: rgb(237, 237, 237); }

.dunkelgrauBack { background-color: rgb(51, 51, 51); }

.hellrotBack { background-color: rgb(242, 87, 98); }

.dunkelrotBack { background-color: rgb(182, 28, 62); }

.hellblauBack { background-color: rgb(64, 153, 255); }

.dunkelblauBack { background-color: rgb(59, 89, 152); }

.cyanBack { background-color: rgb(0, 180, 204); }

.magentaBack { background-color: rgb(152, 2, 103); }

.petrolBack { background-color: rgb(32, 82, 105); }

/* LTW'22 */

.rosaBack { background-color: rgb(246, 209, 238); }

.aprikotBack { background-color: rgb(255, 216, 166); }

.tuerkisBack { background-color: rgb(198, 228, 219); }

.skyBack { background-color: rgb(197, 217, 241); }

/* Jusos */

.signalrotBack { background-color: rgb(255, 0, 0); }

.beereBack { background-color: rgb(250, 20, 100); }

.altrotBack { background-color: rgb(200, 30, 30); }

.traubeBack { background-color: rgb(150, 0, 0); }

.lilaBack { background-color: rgb(120, 0, 180); }

.bordeauxBack { background-color: rgb(80, 0, 20); }

/* Allgemein */

.page {
    
    width: 100%;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
}

.pageTitle {
    
    margin-left: 15px;
    padding-top: 15px;
}

.pageTitle h2 span {
    
    padding: 7px;
    font-weight: 800;
}

.container {
    
    display: inline-block;
    margin-top: 7px;
}

.pageSubline h3 span {
    
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 400;
}

.contentSubline h4 {
    
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #333;
}

.contentText {
    
    margin-left: 15px;
    margin-bottom: 10px;
}

.contentText p {

    font-family: 'Quicksand', sans-serif;
    color: #333;
    font-size: 11pt;
}

.pageText {
    
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.pageText p {
    
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12pt;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-align: justify;
  	-moz-hyphens: auto;
 	-ms-hyphens: auto;
	 -o-hyphens: auto;
 	-webkit-hyphens: auto;
 	hyphens: auto;
}

.pageText a, .pageText p a {
    
    
}

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

.pageButton a {
    
    margin-top: 25px;
    margin-bottom: 25px;
}

.parallax {
    
    background: transparent;
}

/* Button */

.button {
    
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Open Sans', sans-serif;
    appearance: none;
    border-radius: 1.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: .6rem 1.2rem;
    text-transform: uppercase;
}

.buttonBlack {
    
    background: #000;
    border: 3px solid #000;
    color: #fff;
}

.buttonBlack:hover {
    
    background: #fff;
    color: #000;
    text-decoration: none;
}

.buttonRot {
    
    background: #ff0000;
    border: 3px solid #ff0000;
    color: #fff;
}

.buttonRot:hover {
    
    background: #fff;
    color: #ff0000;
    text-decoration: none;
}

.buttonRosa {
    
    background: #f5d1e5;
    border: 3px solid #f5d1e5;
    color: #ff0000;
}

.buttonRosa:hover {
    
    background: #fff;
    color: #ff0000;
    text-decoration: none;
}

.buttonAprikot {
    
    background: #fcce90;
    border: 3px solid #fcce90;
    color: #ff0000;
}

.buttonAprikot:hover {
    
    background: #fff;
    color: #ff0000;
    text-decoration: none;
}

.buttonTuerkis {
    
    background: #c6e3db;
    border: 3px solid #c6e3db;
    color: #ff0000;
}

.buttonTuerkis:hover {
    
    background: #fff;
    color: #ff0000;
    text-decoration: none;
}

.buttonSky {
    
    background: #c5d9f2;
    border: 3px solid #c5d9f2;
    color: #ff0000;
}

.buttonSky:hover {
    
    background: #fff;
    color: #ff0000;
    text-decoration: none;
}

/* Navigation */

/* Seitenkopf */

.siteHeaderWrapper {
    
    height: 100vh;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: rgb(255, 0, 0);
}

.siteHeaderNavigationWrapper {
    
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.siteHeaderSitename {
    
    margin-left: 75px;
    z-index: 100;
}

.siteHeaderSitename p {
    
    font-size: 15pt;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.siteHeaderNavigation {
    
    margin-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}

.siteHeaderNavigation p {
    
    font-size: 25pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 15px;
}

.siteHeaderNavigationAbsolute {
    
    position: absolute;
    top: 3%;
    background-color: rgba(255,0,0,0.0);
}

.siteHeaderNavigationAbsoluteSubpage {
    
    position: absolute;
    top: 35px;
    background-color: rgba(255,0,0,0.0);
}

.siteHeaderNavigationAbsoluteTextpage {
    
    position: absolute;
    top: 25px;
    background-color: rgba(255,0,0,0.0);
}

.siteHeaderNavigationFixed {
    
    position: fixed;
    top: 0px;
    background-color: rgba(255,0,0,1.0);
    box-shadow: 1px 9px 41px 2px rgba(0,0,0,0.34);
    -webkit-box-shadow: 1px 9px 41px 2px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 9px 41px 2px rgba(0,0,0,0.34);
}

.siteHeaderName h1 {
    
    position: absolute;
    left: 60px;
    bottom: 25%;
    color: #ffffff;
  	line-height: 110%;
}

.siteHeaderText p {
    
    position: absolute;
    left: 15px;
    bottom: 17%;
    padding: 4px;
    color: #ff0000;
    font-family: 'Quicksand', sans-serif;
    font-size: 22pt;
    font-weight: 600;
}

.siteHeaderPlace {
    
    position: absolute;
    left: 40px;
    bottom: 4%;
    text-align: center;
}

.siteHeaderPlace p {
    
    font-size: 17pt;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #ffffff;
}

.siteHeaderMore {
    
    position: absolute;
    bottom: 5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.siteHeaderMoreButton {
    
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.0);
    box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -webkit-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.siteHeaderMoreButton:hover {
    
    box-shadow: -5px 6px 40px 7px rgba(0,0,0,0.69);
    -webkit-box-shadow: -5px 6px 40px 7px rgba(0,0,0,0.69);
    -moz-box-shadow: -5px 6px 40px 7px rgba(0,0,0,0.69);
}

.siteHeaderMoreButton p {
    
    font-family: 'Open Sans', sans-serif;
  	font-size: 20pt;
    font-weight: 600;
    text-transform: uppercase;
}

.siteHeaderMoreButton div {
    
    height: 50px;
}

.siteHeaderMoreButton div img {
    
    height: 100%;
    width: auto;
}

.siteHeaderLogo {
    
    position: absolute;
    right: 30px;
    bottom: 2.5%;
    height: 70px;
}

.siteHeaderLogo img {
    
    height: 100%;
    width: auto;
}

/* Navigation */

.navWrapper {
    
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100vh;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    bottom: 100%;
    transition: 0.7s ease-in-out;
    background-color: rgba(255,0,0,1.0);
    z-index: 99;
}

.navContent {
    
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.navigation {
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
    font-size: 24pt;
    z-index: 99;
}
    
.navigation li {
    
    padding: 10px;
}

.navigation li a {
    
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    transition: all 0.2s;
}

.navigation li a:before {
    
    content:'';
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: -150%;
    bottom: 0px;
    height: 3px;
    transition: 0.4s ease-in-out;
}
          
.navigation li a:hover {
        
}

.navigation li a:hover:before {
        
    left:0px;
}

.show {
    
    bottom: 0px;
    opacity: 1;
}

.navMobile {
    
    cursor: pointer;
    z-index: 100;
}

.menuP1, .menuP2, .menuP3 {
    
    width: 50px;
    height: 4px;
    border-radius:5px;
    margin: 7px 0;
    transition: 0.4s;
}

.change .menuP1 {
    
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .menuP2 {
    
    opacity: 0;
}

.change .menuP3 {
    
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.navtext {
    
    transition: 0.7s ease-in-out;
}

/* Unterseiten */

.subpageHeaderWrapper {
    
    height: 175px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subpageBackground {
    
    height: 70%;
    width: 96%;
    overflow: hidden;
    transform: rotate(-1deg);
    background-color: rgb(255,0,0);
    z-index: 1;
}

.subpageTitle h1 {
    
    margin-top: 13px;
    font-size: 44pt;
    transform: rotate(1deg);
}

.textpageHeaderWrapper {
    
    height: 170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textpageBackground {
    
    height: 68%;
    width: 95%;
    overflow: hidden;
    transform: rotate(-1deg);
    background-color: rgb(255,0,0);
    z-index: 1;
}

.textpageTitle h1 {
    
    margin-top: 13px;
    font-size: 50pt;
    transform: rotate(1deg);
}

/* Sections */

.splitPart {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 72.5em;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  	background: rgb(255,255,255);
}

.splitPartRight, .splitPartLeft  {
    
    width: 50%;
    position: relative;
}

.splitPartRight img, .splitPartLeft img  {
    
    width: 100%;
    height: auto;
}

.splitPartRight .sectionImg, .splitPartLeft .sectionImg {
    
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionImg {
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subpageSection {
    
    max-width: 67.5em;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgb(255,255,255);
}

.subpagesplitPart {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.subpageSection .pageButton {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 25px;
}

.subpagesplitPart .splitPartRight {
    
    padding-top: 40px;
}

.textsectionWrapper {
    
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.textsectionWrapper p {
    
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;   
}

.subpageSplitWrapper {
    
    width: 100%;
  	margin-top: 15px;
  	margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.subpageSplitWrapperLeft {
    
    width: 75%;
    margin-right: 15px;
    background-color: rgb(255,255,255);
}

.subpageSplitWrapperRight {
    
    width: 25%;
    background-color: rgb(255,255,255);
}

/* Startseite */

#siteAboutWrapper {
    
    background-color: rgb(255,255,255);
}

#siteCurrentWrapper {
    
    background-color: rgb(255,0,0);
}

#siteTopicsWrapper {
    
    height: 600px;
    background-color: rgb(255, 255, 255);
}

.siteNewsfeedWrapper {
    
    width: 100%;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
  	background-color: rgb(255,0,0);
}

.siteNewsfeedWrapper a {
    
    text-decoration: none;
    display: none;
    cursor: pointer;
    transition: .3s ease-in-out;
  	width: 31%;
}

.siteNewsfeedWrapper a:hover {
    
    box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -webkit-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
}

.siteNewsfeedWrapper .newsfeedItem {
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgb(255,255,255);
    margin-bottom: 15px;
}

.siteCalendarWrapper {
    
    width: 100%;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.siteCalendarWrapper .calendarItem {
    
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: rgb(255,255,255);
    transition: .3s ease-in-out;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.siteCalendarWrapper .calendarItem:hover {
    
    box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -webkit-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
}

.siteCalendarWrapper .calendarItem .calendarItemMain p:nth-child(2) {
    
    font-family: 'Playfair Display', serif;
    font-size: 50pt;
    font-weight: 700;
    padding-top: 1px;
    padding-bottom:1px;
}

.siteTopicWrapper {
    
    width: 100%;
    background-color: rgb(255,0,0);
}

.siteTopics {
    
    margin-top: 30px;
}

/* Newsfeed */

.newsfeedSection {
    
    max-width: 67.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.newsfeedWrapper {
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.newsfeedWrapper a {
    
    text-decoration: none;
    display: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.newsfeedWrapper a:hover {
    
    box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -webkit-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
}

.newsfeedItem {
    
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    background-color: rgb(255,255,255);
    margin-bottom: 15px;
}

.newsfeedItemImg {
    
    padding-top: 75%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newsfeedItemDate, .newsfeedItemTitle, .newsfeedItemMore  {
    
    width: 100%;
    text-align: center;
}

.newsfeedItemDate p {
    
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 9pt;
    color: #333;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.newsfeedItemCategory  {
    
    width: 100%;
    text-align: left;
}

.newsfeedItemCategory p {
    
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15pt;
    color: #ff0000;
    font-weight: 400;
}

.newsfeedItemTitle p {
    
    font-family: 'Playfair Display', serif;
    font-size: 24pt;
    font-weight: 700;
    color: #ff0000;
    padding: 10px;
  	-moz-hyphens: auto;
 	-ms-hyphens: auto;
	 -o-hyphens: auto;
 	-webkit-hyphens: auto;
 	hyphens: auto;
}

.newsfeedItemtext {
    
    width: 100%;
}

.newsfeedItemtext p {
    
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 11pt;
    color: #333;
    font-weight: 400;
    text-align: justify;
  	-moz-hyphens: auto;
 	-ms-hyphens: auto;
	 -o-hyphens: auto;
 	-webkit-hyphens: auto;
 	hyphens: auto;
}

.newsfeedItemMore {
    
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.newsfeedItemFeaturet {
    
    width: 66.3%;
    min-height: 30em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: rgb(255,255,255);
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newsfeedItemFeaturet .newsfeedItemCategory {
    
    position: absolute;
    top: 25px;
    left: 0;
}

.newsfeedItemContentFeaturet {
    
    width: 100%;
    background-color: rgb(255,255,255);
    position: absolute;
    bottom: 0;
}

.newsfeedMore {
    
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Themen */

.subpageTopicSection {
    
    width: 100%;
    background-color: rgb(255,255,255);
}

.topicWrapper {
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    position: relative;
}

.topicWrapper a {
    
    text-decoration: none;
    cursor: pointer;
}

.topicItem {
    
    padding-top: 48%;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.topicItem div:first-child {
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topicItem div:last-child {
    
    position: absolute;
    top: 15%;
    left: 15%;
    right: 15%;
    bottom: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topicItemBackground {
    
  	opacity: 0;
    z-index: 1;
    transform: rotate(-1deg);
    transition: .35s ease-in-out;
}

.topicItemTitle {
    
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.topicItemTitle p {
    
    font-family: 'Playfair Display', serif;
    font-size: 35pt;
  	text-shadow: 2px 2px 7px rgba(0,0,0,0.45);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.topicItem:hover {
    
    width: 150%;
}

.topicItem:hover .topicItemBackground {
    
    opacity: 1;
}

.topicItem:hover .topicItemTitle p {
    
    color: #ff0000;
  	text-shadow: 2px 2px 7px rgba(0,0,0,0.0);
}

/* Kalender */

.calendarSection {
    
    max-width: 72.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  	background: rgb(237,237,237);
  	padding-top: 10px;
}

.calendarWrapper {
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  	background: rgb(237,237,237);
}

.calendarMonth {
    
    width: 100%;
    margin-bottom: 15px;
    margin-top: -4px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.calendarMonth h3 span {
    
    padding-left: 25px;
    padding-right: 4px;
    text-transform: uppercase;
}

.calendarItem {
    
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: rgb(255,255,255);
    transition: .3s ease-in-out;
}

.calendarItem:nth-child(3n-1) {
    
    margin-right: 1.25%;
    margin-left: 1.25%;
}

.calendarItem:hover {
    
   box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -webkit-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
}

.calendarItemMain {
    
    background-color: rgb(255,0,0);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendarItemMain p {
    
    color: #fff;
    text-align: center;
}


.calendarItemMain p:first-child {
    
    padding-top: 18px;
}

.calendarItemMain p:last-child {
    
    padding-bottom: 18px;
}

.calendarItemMain p:first-child, .calendarItemMain p:last-child {
    
    font-size: 15pt;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

.calendarItemMain p:nth-child(2) {
    
    font-family: 'Playfair Display', serif;
    font-size: 50pt;
    font-weight: 700;
  	margin-top: -18px;
}

.calendarItemContent {
    
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255,255,255);
    font-family: 'Quicksand', sans-serif;
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.calendarItemContent div {
    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.calendarItemContent div:first-child {
    
    font-size: 13pt;
    color: #ff0000;
    text-align: center;
    font-weight: 400;
}

.calendarItemContent div:nth-child(2) p {
    
    text-align: justify;
    color: #333;
    font-size: 11pt;
    padding-top: 7px;
  	-moz-hyphens: auto;
 	-ms-hyphens: auto;
	 -o-hyphens: auto;
 	-webkit-hyphens: auto;
 	hyphens: auto;
}

.calendarItemContent div:last-child {
    
    text-align: center;
}

.calendarItemContent div:last-child a {
    
    margin-left: 4px;
    margin-right: 4px;
}

.calendarItemSub {
    
    background-color: rgb(255,255,255);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 4px solid #ff0000;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.calendarItemSub div:first-child {
    
    font-family: 'Quicksand', sans-serif;
    font-size: 13pt;
    color: #ff0000;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 15px;
}

.calendarItem .button {
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.calenarFirstLinks {
  
  	margin-left: 22px;
  	padding-top: 15px;
 	padding-bottom: 15px;
}

.more::before {
    
    content: "Mehr"
}

.less::before {
    
    content: "Weniger"
}

/* Kontakt */

.contactWrapper {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.contactWrapperLeft {
    
    width: 65%;
    margin-right: 15px;
    background-color: rgb(255,255,255);
}

.contactWrapperRight {
    
    width: 35%;
    background-color: rgb(255,255,255);
}

.contactWrapper form {
    
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactMessage {
    
    font-family: 'Quicksand', sans-serif;
    font-size: 15pt;
    color: #333333;
    font-weight: 500;
    margin-left: 25px;
  	margin-top: 30px;
  	margin-bottom: 30px;
  	max-width: 500px;
  	margin-left: auto;
    margin-right: auto;
}

.contact_message p {
    
    padding-bottom: 6px;
}

.contactform form, .contactform_head {
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contactInput {
    
    -webkit-appearance: none;
    display: block;
    border: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
    border: solid 3px rgba(53, 53, 53, 0.7);
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 13pt;
    font-family: 'Quicksand', sans-serif;
  	max-width: 500px;
    width: 65%;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px; 
}

.contactInput:focus {
    
    box-shadow: 0 0 2px 2px #ff0000;
}

.contactCheckbox {
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.control {
    
    font-family: 'Quicksand', sans-serif;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.control a:hover {
    
    text-decoration: underline;
    color: rgb(255, 0, 0);
    transition: 1s;
}

.control input {
                
    position: absolute;
    z-index: -1;
    opacity: 0;
}
        
.controlIndicator {
    
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0.35em;
    border: 2px solid #E3000F;
}
        
.control-radio .controlIndicator {
        
    border-radius: undefined%;
}
        
        
.control:hover input ~ .controlIndicator,
.control input:focus ~ .controlIndicator {
            
    background: #ffffff; 
}
                
.control input:disabled ~ .controlIndicator {
            
    background: #e6e6e6;
    opacity: 6;
    pointer-events: none;
}
        
.controlIndicator:after {
            
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
        
.control input:checked ~ .controlIndicator:after {
            
    display: block;
}
        
.controlCheckbox .controlIndicator:after {
            
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
    
.controlCheckbox input:disabled ~ .controlIndicator:after {
    
    border-color: #7b7b7b;
}

.controlIndicator {
    
    border: 2px solid rgba(227, 0, 15, 1.0);;
}
                    
.control input:checked ~ .controlIndicator {
    
    background: rgba(227, 0, 15, 1.0);;
}
                    
.control:hover input:not([disabled]):checked ~ .controlIndicator,
.control input:checked:focus ~ .controlIndicator {
            
    background: rgba(227, 0, 15, 1.0);; 
}

.contact_answer {
    
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 75px;
}

.reportNotVisible {
  
    display: none;
}

.contact_answer {
        
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 70px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17pt;
    font-weight: 300;
}

.contactTeammember {
    
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contactTeammemberImg {
    
    height: 100px;
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contactTeammemberContent {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
}

.contactTeammemberContent div:first-child p {
    
    font-family: 'Quicksand', sans-serif;
    font-size: 13pt;
    font-weight: 600;
    color: #ff0000;
}

.contactTeammemberContent div:first-child p span {
    
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    color: #333;
    font-weight: 300;
    display: inline-block;
}

.contactTeammemberContent div:nth-child(2) img {
    
    height: 25px;
    width: 25px;
    margin-right: 7px;
}

.contactTeammemberContent div:nth-child(2) a {
    
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    color: #ff0000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.contactSocialmedia {
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.contactSocialmedia div a {
    
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
    margin-bottom: 7px;
}

.contactSocialmedia div a img {
    
    height: 35px;
    width: 35px;
    margin-right: 15px;
    transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
}

.contactSocialmedia div a img:hover {
    
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
}

.contactSocialmedia div a img span {
    
    display: inline-block;
    font-size: 13pt;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #ff0000;
}

/* Artikel */

.articleWrapper {
    
    width: 100%;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgb(255,255,255);
}

.articleContent {
    
    width: 95%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.articleCategory, .articleTitle, .articleDatetime, .articleImg {
    
    width: 100%;
}

.articleInfo {
    
    padding-top: 25px;
    padding-bottom: 10px;
  	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
}

.articleInfo p:first-child {
    
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    color: #ff0000;
    text-align: left;
}

.articleInfo p:last-child {
    
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    font-weight: 100;
    color: #333;
    text-align: left;
  	margin-left: 13px;
}

.articleTitle {
    
    padding-bottom: 20px;
  	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.articleTitle h2 {
    
    font-family: 'Playfair Display', serif;
   	font-size: 2.75rem;
    font-weight: 700;
    color: #333;
    text-align: left;
}

.articleImg {
    
    width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	position: relative;
  	padding-top: 7px;
}

.articleImg img {
    
    width: 100%;
    height: auto;
}

.articleCaption {
  
  	position: absolute;
  	left: 0;
  	bottom: 4px;
  	background-color: rgba(237, 237, 237, 0.7);
  	color: #333;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 10pt;
  	padding: 3px;
}

.articleText {
    
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
    color: #333;   
}

.articleText p {
    
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    text-align: inherit;
    color: #333;
  	-moz-hyphens: auto;
 	-ms-hyphens: auto;
	 -o-hyphens: auto;
 	-webkit-hyphens: auto;
 	hyphens: auto;
}

.articleText img {
    
    width: 100%;
    height: auto;
  	padding-top: 15px;
}

.articleText ul, .articleText ol {
    
    font-family: 'Open Sans', sans-serif;
    margin-left: 35px;
    font-size: 11pt;
    text-align: left;
    color: #333;
}

.articleText ul li, .articleText ol li {
    
    margin-top: 7px;
}

.articleText ul {
    
    list-style-type: square;
}

.articleSocialButtons {
    
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  	border-top: dotted 1px #dedede;
  	border-bottom: dotted 1px #dedede;
}

.articleSocialButtonsLeft {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.articleSocialButtonsLeft a {
    
    cursor: pointer;
}

.sharelink {
    
    content: url("cssgrafik/share_grey.png");
    height: 45px;
    transition: .5s ease-in-out;
}

.sharelink:hover {
    
    content: url("cssgrafik/share_red.png");
}

.sharelinkClose {
    
    content: url("cssgrafik/close_red.png");
    height: 45px;
    transition: .5s ease-in-out;
}

.articleSocialButtonsLeft div {
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45px;
}

.sharelinks a {
    
    margin: 10px;
}

.sharelinks a:first-child {
    
    content: url("cssgrafik/facebook.png");
    height: 30px;
    margin-top: -30px;
    display: none;
}

.sharelinks a:nth-child(2) {
    
    content: url("cssgrafik/twitter.png");
    height: 30px;
    display: none;
}

.sharelinks a:nth-child(3) {
    
    content: url("cssgrafik/whatsapp.png");
    height: 30px;
    margin-top: -30px;
    display: none;
}

.articleSocialButtonsRight {
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.articleSocialButtonsRight a {
    
    cursor: pointer;
}

.articleSocialButtonsRight a:first-child {
    
    content: url("cssgrafik/mail_grey.png");
    height: 45px;
    transition: .5s ease-in-out;
}

.articleSocialButtonsRight a:first-child:hover {
    
    content: url("cssgrafik/mail_red.png");
}

.articleSocialButtonsRight a:nth-child(2) {
    
    content: url("cssgrafik/printer_grey.png");
    height: 45px;
    transition: .5s ease-in-out;
}

.articleSocialButtonsRight a:nth-child(2):hover {
    
    content: url("cssgrafik/printer_red.png");
}

.articleSocialButtonsRight a:nth-child(3) {
    
    content: url("cssgrafik/link_grey.png");
    height: 45px;
    transition: .5s ease-in-out;
}

.articleSocialButtonsRight a:nth-child(3):hover {
    
    content: url("cssgrafik/link_red.png");
}

.articlePreviewarticleWrapper {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.articlePreviewarticleItem {
    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.articlePreviewarticleItemImg {
    
    width: 100%;
}

.articlePreviewarticleItemImg a img {
    
    width: 100%;
    height: auto;
}

.articlePreviewarticleItemTitle {
    
    margin-top: 7px;   
}

.articlePreviewarticleItemTitle a {
    
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 15pt;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
}

.articlePreviewarticleItemTitle a {
    
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 15pt;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    transition: .3s ease-in-out;
}

.articlePreviewarticleItemTitle a:hover {
    
    color: #cccccc;
}

.articleLinks {
    
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.articleLinks ul {
    
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.articleLinks p {
    
    width: 100%;
    margin-bottom: 10px;
    font-size: 15pt;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

.articleLinks ul li {
    
    list-style-type: none;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

.articleLinks ul li a {
    
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13pt;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

/* Downlaods */

.downloadWrapper {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.download {
    
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.download a {
    
    font-family: 'Quicksand', sans-serif;
    color: #ff0000;
    font-size: 15pt;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.download a img {
    
    height: 100%;
    width: auto;
    margin-right: 15px;
}

.download a div {
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.download a div div:first-child {
    
    font-family: 'Quicksand', sans-serif;
    color: #ff0000;
    font-size: 15pt;
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
}

.download a div div {
    
    display: inline-block;
}

.download a div div:last-child {
    
    font-family: 'Quicksand', sans-serif;
    color: #333;
    font-size: 9pt;
    font-weight: 300;
}

.download a div div:last-child span {
    
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.download a div div span:nth-child(2) {
    
    border-right: solid 1px #333;
    border-left: solid 1px #333;
    display: inline-block;
}

/* Slider */

.subpageSlider {
  
  	background-color: rgb(237,237,237);
}

.slideShow-Wrapper {
      
  	position: relative;
  	margin: auto;
  	overflow: hidden;
  	margin-bottom: 45px;
    z-index: -1;
}
	
.slidesContentWrapper {
  
    position: relative;
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slidesContentHeader {
    
    position: absolute;
    top: 15px;
}

.slidesContentHeaderTitle {
    
    margin-left: 25px;
}

.slidesContentHeaderTitle p {
    
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 60pt;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.45);
}

.slidesContentHeaderSubtitle {
    
    margin-top: 2px;
}

.slidesContentHeaderSubtitle p {
    
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 20pt;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 7px;
    padding-bottom: 7px;
    width: auto;
}

.slidesContentTextbox {
    
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -webkit-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: -5px 6px 19px -1px rgba(0,0,0,0.65);
    padding: 23px;
}

.slidesContentTextboxContent {
    
    width: 100%;
    height: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: rgba(255,255,255,1.0);
    transform: rotate(-1deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.slidesTextContent {
    
    transform: rotate(1deg);
}

.slidesTextContent p:first-child {
    
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 15pt;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-left: -2px;
}

.slidesTextContent p:last-child {
    
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: #333;
    margin-top: 7px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 7px;
    padding-bottom: 4px;
}

/* Linear Scroll */

.subpageLinear {
    
    width: 100%;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
  	background-color: rgb(237,237,237);
}

.linearWrapper {
    
     background-color: rgb(237,237,237);
}

.linearItem {
    
    width: 95%;
    margin-bottom: 10%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 80vh;
    position: relative;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
}

.linearItem:nth-child(odd) {
    
    margin-left: 5%;
    justify-content: flex-start;
}

.linearItem:nth-child(even) {
    
    margin-right: 5%;
    justify-content: flex-end;
}

.linearItem:hover .linearItemContent  {
    
    box-shadow: 3px 0px 14px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 0px 14px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 0px 14px 1px rgba(0,0,0,0.3);
}

.linearItemContent {
    
    width: 40%;
    margin-bottom: -5%;
    background-color: rgb(255,255,255);
    padding-top: 45px;
    padding-bottom: 45px;
    z-index: 2;
    transition: .5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.linearItem:nth-child(odd) .linearItemContent {
    
    margin-left: -5%;
}

.linearItem:nth-child(even) .linearItemContent {
    
    margin-right: -5%;
}

.linearItem:nth-child(odd) .linearItemCaption {
    
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(237,237,237,0.7);
    color: #333;
    padding: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.linearItem:nth-child(even) .linearItemCaption {
    
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(237,237,237,0.7);
    color: #333;
    padding: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

/* Fußzeile */

footer {
    
    max-width: 72.5em;
    width: 100%;
    height: 400px;
    background-color: rgb(255,0,0);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.footerTop {
    
    width: 125%;
    height: 70%;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: rotate(-1deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footerContent {
    
    max-width: 40em;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    transform: rotate(1deg);
}

.footerContenttitle p {
    
    color: #ffffff;
    font-weight: bold;
    font-size: 27pt;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.footerSocialMedia {
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footerSocialMedia a {
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footerSocialMedia a img {
    
    height: 100%;
    width: auto;
    margin-right: 15px;
    transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
}

.footerSocialMedia a img:hover {
    
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.footerSocialMedia a span {
    
    color: #ffffff;
    font-weight: bold;
    font-size: 20pt;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.footerBottom {
    
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 55px;
    height: 25%;
    width: 100%;
}

.footerInfo {
    
    position: absolute;
    left: 13px;
    bottom: 13px;
    color: #fff;
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
}

.footerInfo a {
    
    margin-bottom: 5px;
    color: #fff;
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
}

.footerInfo p {
    
    margin-top: 15px;
    font-size: 9pt;
}

.footerLogo {
    
    position: absolute;
    right: 13px;
    bottom: 13px;
    height: 35px;
}

.footerLogo img {
    
    height: 100%;
    width: auto;
}

/* Special */

.altrujaimg {
  
  	position: absolute;
  	left: 2%;
  	bottom: 2%;
}

/* Joomla */

.btn-link {
  
  display: none;
}

div[role="tooltip"] {
  
  display: none;
}