/* ---- RESET - Resets default browser CSS.  --------------- */

html {
  margin:0;
  padding:0;
  border:0;
  scroll-behavior: smooth;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#section1, #section2, #section3, #section4, #section5, #section6 {
    position: relative;
	display: block;
    width: 100%;
    height: 100%;
    float: left;
}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/* END Reset */




/* ----------   ///// WHIZZZ /////  ---------------- */




/* ///// LOGO ///// */

.logo {
    max-width: 400px;
    width: 40%;
    float: left;
}

.logo img {
    width: 100%;
    float: left;
}

#logo {
    position: relative;
    display: block;
    float: left;
    max-width: 420px;
    z-index: 999;
    transition: all ease .5s;
}

#logo img {
    width: 100%;
}


/* ///// NAVIGATION ///// */

#navigation {
    position: relative;
    display: block;
    float: left;
    width: 70%;
}

#navigations-container {
    position: absolute;
    top: 3%;
    right: 5%;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 333;
}

#header-fadein #navigations-container {
    position: absolute;
    top: -30%;
    right: 5%;
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 333;
}


.moduletable.top-navigation, .moduletable.hauptmenu {
	opacity: 0;
	visibility: hidden;
}

#top-navigation {
    position: relative;
    display: block;
    float: left;
    width: 70%;
}

#top-navigation li {
    float: none;
    width: 100%;
}

#top-navigation ul.menu a, #top-navigation span.separator {
    font-size: 2.5em;
    line-height: 2;
    margin: 0;
}

.hauptmenu ul.nav.menu.mod-list {
    border-top: solid 1px #444444;
}

.moduletable.hauptmenu li {
    padding: 60px 0 0 9%;
}

a.restaurant, a.tellenbar, a.thallpub, a.tellexpress {
    position: relative;
}

a.restaurant:before {
	content: "";
    position: absolute;
    top: -15px;
    left: -110px;
    width: 60px;
    height: 49px;
    background-image: url(../images/logo-menu-restaurant.svg);
    background-size: cover;
}

a.tellenbar:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -110px;
    width: 91px;
    height: 39px;
    background-image: url(../images/logo-menu-tellenbar.svg);
    background-size: cover;
}

a.thallpub:before {
    content: "";
    position: absolute;
    top: -28px;
    left: -90px;
    width: 29px;
    height: 71px;
    background-image: url(../images/logo-menu-thall.svg);
    background-size: cover;
}

a.tellexpress:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -105px;
    width: 80px;
    height: 28px;
    background-image: url(../images/logo-menu-tellexpress.svg);
    background-size: cover;
}




/* ///// INFOBUTTON ///// */

#infobutton, #infobutton-fadein {
    position: absolute;
    display: block;
    float: left;
    width: 200px;
    right: -250px;
    left: auto;
    top: 36%;
    background: #a78159;
    color: #fff;
    padding: 12px 25px 12px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 100005;
}

#infobutton-fadein {
    top: 16%;
}

#infobutton:before, #infobutton-fadein:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/info-icon.svg);
    background-size: cover;
    left: -40px;
    top: 0;
}

#infobutton.aktiv, #infobutton-fadein.aktiv {
    right: 0;
}

#infobutton.aktiv:before, #infobutton-fadein.aktiv:before {
    background-image: url(../images/closeX.svg);
}

#infobutton a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

#infobutton span {
    font-size: 1.4em;
}


/* ///// SLIDER ///// */

#slider-area {
	position: relative;
	display: block;
	float: left;
	width: 100%;
    height: calc(100vh - 2vw);
	overflow: hidden;
	background: #272725;
}

.tellexpress-weiss img {
    position: absolute;
    z-index: 2;
    width: 120px;
    right: 5%;
    bottom: 8%;
	transition: all ease .5s;
}

.tellexpress-weiss img:hover {
	transform: scale(1.05);
}

#entry {
	position: relative;
    display: block;
    float: left;
    width: 25%;
    padding: 5%;
    height: 100%;
    background-image: url(../images/entry-bg.jpg);
    background-size: cover;
    background-position: center top;
	z-index: 2;
}

#entry #introtext {
    margin-top: 3vw;
    margin-left: 20%;
    width: 90%;
    padding: 0 10% 0 0;
}

#entry h2 {
    position: relative;
    margin-bottom: 20px;
}

#entry h2:before {
    content: "";
    position: absolute;
    bottom: 17px;
    left: -23%;
    width: 20%;
    height: 2px;
    background: #b9b9b9;
}

#slider {
    position: relative;
    display: block;
	float: right;	
    width: 65%;
	height: 100%;
    background: #1e1d1d;
}

.fadetoblack {
    position: absolute;
    height: 100vh;
    width: 100%;
    animation: fade_from_black 2s ease-in;
	z-index: 2;
}

@keyframes fade_from_black {
  0% {
    background-color: #1e1d1e;
  }
  100% {
    background-color: transparent;
  }
}

#slider .slider-bild {
    width: 102%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    transition: transform 3s ease;
    transform: scale(1.1);
    height: 100vh;
    background-size: cover;
}

#slideshow-scrolldown {
    position: absolute;
	top: 0;
	left: 0;
    z-index: 3;
    width: 200px;
    height: 100vh;
    background: rgba(0,0,0,0.6);
}

.scrolldown {
	position: absolute;
	left: 50%;
    bottom: 15vw;
    width: 100%;
    transform: translate(-50%,0) rotate(-90deg);
	transition: all ease .5s;
}

.scrolldown:hover {
    bottom: 14.5vw;
}

.scrolldown-responsive {
    position: absolute;
    left: auto;
    bottom: 0;
    width: auto;
    transform: rotate(-90deg);
    transition: all ease .5s;
    right: 0;
}

.scrolldown-responsive a {
    color: #c0c0c0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9px;
}

.scrolldown-responsive:hover {
    bottom: -5px;
}

#slideshow-scrolldown .scrolldown img {
    width: 30px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translate(0,-50%) rotate(-90deg);
}

#entry .scrolldown-responsive img {
    width: 30px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translate(0,-50%) rotate(-90deg);
}

#slideshow-scrolldown a {
    color: #c0c0c0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9px;
}


/* ///// INTROTEXT ///// */

#introtext {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

#introtext p, #introtext h2 {
	color: #b9b9b9;
}

#introtext p {
	padding: 0 25% 0 0;
	font-size: 16px;
}




/* ///// EINLEITUNG ///// */

#einleitung {
	position: relative;
	display: block;
	float: left;
    width: 40%;
    padding: 10% 30% 5%;
}


/* ///// EVENTS ///// */

#events {
    position: relative;
    display: block;
    float: left;
    width: 90%;
    padding: 5% 5% 5%;
    background: #0a1223;
    color: #fff;
	z-index: 2;
}

#events #beitrag {
	position: relative;
    display: block;
    flex-direction: column;
    flex: 0 29%;
    flex-wrap: wrap;
    margin: 2%;
    padding: 0%;
	bottom: 0;
}

#events .moduletable h2 {
    color: #fff;
    text-align: center;
	margin-bottom: 50px;
}

#events h4.newsflash-title {
    color: #eae9e5;
    font-size: 1.5vw;
    font-family: "tell-bold";
    text-align: left;
    display: flex;
    float: left;
    min-height: 4vw;
    align-items: flex-end;
    letter-spacing: 3px;
}

.flyer, .beschreibung-container, .beschreibung, .eintritt-ab, .tuere-offen-ab, .eintritt {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: #0c0c0c;
}

.flyer img {
    width: 100%;
}

.datum-container {
    position: absolute;
    z-index: 2;
    background: #ff0076;
    color: #fff;
    top: 20px;
    right: -15px;
    padding: 5px 12px;
}

.datum-container:before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #9f014a transparent transparent transparent;
}

.datum {
    font-family: "tell-bold";
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.4;
}

.beschreibung {
    background: #000000;
    color: #fff;
    padding: 10%;
    width: 80%;
}

.beschreibung p {
	font-size: 13px;
	line-height: 1.5;
}

.beschreibung-detail {
    position: relative;
    float: left;
    display: block;
    width: 98%;
    padding: 2%;
    color: #9d9d9d;
    text-align: center;
}

 span.mehrinfos {
 	display: none;
}

.toggle {
	width: 100%;
    color: #ffffff;
    border: solid 1px #2a4685;
    padding: 10px;
    transition: all ease .5s;
    display: block;
    font-size: inherit;
    background: transparent;
    text-transform: uppercase;
    font-family: "tell-bold";
    letter-spacing: 2px;
    position: relative;
	cursor: pointer;
	transition: all ease .5s;
}

.toggle:hover {
	background: #050a16;
}

.fb {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}

.fb img {
    width: 200px;
}



/* ///// LIGHTBOX ///// */

#events.aktiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    padding: 0;
    z-index: 10;
}

.zoom-image {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	padding: 10%;
	width: 80%;
	height: 100vh;
	z-index: 9999;
	visibility: hidden;
}

.zoom-image img {
	width: 100%;
	height: auto;
}

.zoom-image.aktiv {
	visibility: visible;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  visibility: hidden;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.close.aktiv {
	visibility: visible;
}



/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #000f30;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.2,2,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(2.2,2,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    transform: translate(-50%,-50%);
}

figure.effect-apollo p img {
	width: 40px;
	height: auto;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.2;
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
}

figure.effect-apollo:hover img.zoom {
    opacity: 1;
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(2.2,2,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(2.2,2,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}





/* ///// INFORMATION ///// */

#information {
	position: relative;
	display: block;
	float: left;
    width: 90%;
    padding: 5% 5% 5%;
}

#information #beitrag {
    background: #343233;
	text-align: center;
    justify-content: center;
	align-items: center;
}

#information .introtext {
	display: block;
	float: left;
	width: 80%;
    height: 100%;
    border: solid 2px #838181;
    padding: 10%;
}

#information p, #information h3 {
	color: #b9b9b9;
}

#information a {
	color: #b0b0b0;
	text-decoration: underline;
}

.information-hinweis {
	font-size: 12px;
	line-height: 1.5;
}


/* ///// CLUB INFORMATIONEN ///// */

#club-informationen {
    position: relative;
    display: block;
    float: left;
    width: 40%;
    padding: 5% 30% 5%;
}

#club-informationen #beitrag {
	display: block;
    width: 100%;
    margin: 0;
}

#club-informationen h2 {
    margin-bottom: 20px;
}

#club-informationen h4 {
	color: #b9b9b9;
}


/* ///// PARALLAX ///// */

#parallax {
	position: relative;
	display: block;
	float: left;
    width: 100%;
}



/* ///// ANFAHRT ///// */

#anfahrt {
    position: relative;
    display: block;
    float: left;
    width: 40%;
    padding: 5% 30% 10%;
}

#anfahrt #beitrag {
	display: block;
    width: 100%;
    margin: 0;
}

#anfahrt h2 {
    margin-bottom: 20px;
}

#anfahrt h4 {
    color: #444444;
}




/* ///// TELLEXPRESS ///// */

#tellexpress {
	position: relative;
	display: block;
	float: left;
    width: 100%;
    padding: 0%;
	background-image: url(../images/background-white.jpg);
	background-size: cover;
}

#tellexpress-einleitung .tellexpress-grau img {
    width: 13vw;
    padding: 2%;
}

#tellexpress-einleitung {
	position: relative;
	display: block;
	float: left;
    width: 40%;
    padding: 10% 30% 5%;
}

#tellexpress-information {
	position: relative;
	display: block;
	float: left;
    width: 90%;
    padding: 0% 5% 10%;
}

#tellexpress-information #beitrag {
	display: flex;
	  flex-direction: column;
	  flex: 0 29%;
	  flex-wrap: wrap;
	  margin: 2%;
	  padding: 0%;
    background: transparent;
	text-align: center;
    justify-content: center;
	align-items: center;
    border: solid 2px #838181;
}

#tellexpress-information .introtext {
	display: block;
	float: left;
	width: 90%;
	position: relative;
    height: 90%;
    padding: 5%;
}

#tellexpress-information p, #tellexpress-information h3 {
	color: #222121;
}

#tellexpress-information a {
	color: #b0b0b0;
	text-decoration: underline;
}

#tellexpress-information dl.fields-container {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    z-index: 2;
    transition: all ease .5s;
    transform: translate(-50%,-50%);
}

#tellexpress-information dl.fields-container:hover {
    transform: translate(-50%,-50%) scale(1.05);
}

 #tellexpress-information .field-entry {
    height: 100%;
}

#tellexpress-information .field-value a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
}

#tellexpress-information dl.fields-container:after {
    content: "";
    position: absolute;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90px;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
    z-index: -1;
}

dd.field-entry.tellexpress-telefon {
    font-family: "tell-bold";
    color: #444;
    font-size: 50px;
    padding: 10% 0;
}



/* ///// TOP POSITION ///// */

#top-position {
    position: relative;
    display: block;
    width: 100%;
	float: left;
}



/* ///// HINWEIS ///// */

#hinweis {
    position: absolute;
    display: block;
    width: 50%;
	min-width: 310px;
    float: left;
    bottom: 14vw;
    z-index: 6;
}

.text-klein-titel {
    color: #fff;
    text-transform: uppercase;
    font-family: "tell-bold";
    letter-spacing: 1px;
	width: 100%;
	float: none;
}

.text-gross {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "tell-bold";
    letter-spacing: 6px;
    line-height: 2;
    width: 100%;
    float: none;
}

a[href^="tel"] {
  color: #fff; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

#tellexpress a[href^="tel"] {
  color: #444; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.text-klein {
    color: #fff;
    font-family: "tell-light";
    letter-spacing: 1px;
	width: 100%;
	float: none;
}



/* ///// SOCIAL MEDIA ///// */

#socialmedia {
    position: relative;
    display: flex;
    width: 80%;
    float: left;
    background-color: #dedede;
    padding: 10%;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

#socialmedia #beitrag {
	display: block;
	float: left;
	width: 100%;
}

#socialmedia .logo-smedia {
    width: 100%;
    text-align: center;
}

#socialmedia .logo-smedia img {
    width: 15vw;
	height: 100%;
}


#socialmedia dl.fields-container {
    width: 100%;
    margin-top: 50px;
    position: relative;
    display: flex;
    float: left;
    width: 300px;
    justify-content: center;
    left: 50%;
    transform: translate(-50%,0);
}

dd.field-entry.facebook-link {
    position: relative;
    width: 60px;
    height: 60px;
	margin: 5px;
    background-image: url(../images/facebook.svg);
    background-size: cover;
	transition: all ease .5s;
	float: left;
}

dd.field-entry.facebook-link:hover {
    transform: scale(1.05);
}


dd.field-entry.instagram-link {
    position: relative;
    width: 60px;
    height: 60px;
	margin: 5px;
    background-image: url(../images/instagram.svg);
    background-size: cover;
	transition: all ease .5s;
	float: left;
}

dd.field-entry.instagram-link:hover {
    transform: scale(1.05);
}


.facebook-link a, .instagram-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}

.facebook-link a:hover, .instagram-link a:hover {
    color: transparent;
}



/* ///// FOOTER ///// */

#footer {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    float: left;
    width: 80%;
    padding: 5% 10% 10% 10%;
    background: #212121;
    justify-content: center;
    align-items: center;
}

#footer img {
	width: 100%;
	height: auto;
    max-width: 150px;
    max-height: 120px;
}

.logo-footer-restaurant {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
	transition: all ease .5s;
}

.logo-footer-tellenbar {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
	transition: all ease .5s;
}

.logo-footer-thall {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
	transition: all ease .5s;
}

.logo-footer-tellexpress {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
	transition: all ease .5s;
}



/* ///// COPYRIGHT ///// */


#copyright {
    position: relative;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    float: left;
    width: 80%;
    padding: 0% 10% 5% 10%;
	color: #007ec6;
    text-transform: uppercase;
    background: #212121;
}

#copyright a {
	color: #b9b9b9;
	text-decoration: none;
    font-size: 12px;
    margin: 7px 20px 7px 20px;
}

#copyright .copyright-1 a {
    margin: 0;
}

#copyright p {
	color: #b9b9b9;
	font-size: 12px;
	text-align: center;
}

#copyright ul.nav.menu.mod-list {
    visibility: visible !important;
    transform: none !important;
    opacity: 1 !important;
}

#copyright ul.menu li {
    width: auto;
}

.copyright-1 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	margin: 0 10px;
}

.copyright-2 {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    margin: 0 10px;
    text-align: center;
    justify-content: center;
}

.copyright-3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	margin: 0 10px;
}





/* ///// SCROLL TO TOP BUTTON ///// */

.scrolltotop {
    display: none;
    position: fixed;
    background-image: url(../images/scrolltotop.svg);
	background-size: cover;
    bottom: 37px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 50px;
    height: 30px;
    transition: all ease 0.5s;
}

.scrolltotop:hover {
    bottom: 42px;
}




/* ///// JOOMLA NEWSFLASH ///// */

.newsflash {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#beitrag {
    display: flex;
    flex: 0 98%;
    flex-wrap: wrap;
    margin: 2%;
}

.col6 #beitrag {
  display: flex;
  flex: 0 14%;
  flex-wrap: wrap;
  margin: 2%;
}

.col4 #beitrag {
  display: flex;
  flex: 0 22.5%;
  flex-wrap: wrap;
  margin: 2%;
}

.col3 #beitrag {
  display: flex;
  flex-direction: column;
  flex: 0 25%;
  flex-wrap: wrap;
  margin: 2%;
  padding: 2%;
}

.col2 #beitrag {
  display: flex;
  flex: 0 47%;
  flex-wrap: wrap;
  margin: 2%;
}

@media screen and (max-width: 1600px) {
.col6 #beitrag {
  flex: 0 30%;
}
}

/*

@media screen and (max-width: 1200px) {
.col6 #beitrag, .col4 #beitrag, .col3 #beitrag {
  flex: 0 47%;
}
}

@media screen and (max-width: 600px) {
.col6 #beitrag, .col4 #beitrag, .col3 #beitrag, .col2 #beitrag {
    flex: 0 98%;
}
}

*/

.image {
    width: 100%;
    float: left;
}

.image img {
	width: 100%;
}

figure.newsflash-image img {
    width: 100%;
}


/* ///// JOOMLA BLOG ///// */


.item-page {
    margin: 10%;
    position: relative;
}

.item-close {
    color: #444444;
    position: absolute;
    top: 8%;
    right: 8%;
    font-size: 50px;
    font-weight: bold;
}

.blog {
    display: flex;
    flex-wrap: wrap;
}

.row-fluid {
    width: 100%;
}

.items-row {
    display: flex;
    flex: 0 98%;
    flex-wrap: wrap;
    margin: 2%;
}

.col6 .items-row {
  display: flex;
  flex: 0 14%;
  flex-wrap: wrap;
  margin: 2%;
}

.col4 .items-row {
  display: flex;
  flex: 0 22.5%;
  flex-wrap: wrap;
  margin: 2%;
}

.col3 .items-row {
  display: flex;
  flex: 0 30%;
  flex-wrap: wrap;
  margin: 2%;
}

.col2 .items-row {
  display: flex;
  flex: 0 47%;
  flex-wrap: wrap;
  margin: 2%;
}


@media screen and (max-width: 1600px) {
.col6 .items-row {
  flex: 0 30%;
}
}


@media screen and (max-width: 1400px) {
.col5 #beitrag {
    display: flex;
    flex: 0 29%;
}
}


@media screen and (max-width: 1200px) {
.col6 .items-row, .col4 .items-row, .col3 .items-row {
  flex: 0 46%;
}
}

@media screen and (max-width: 600px) {
.col6 .items-row, .col4 .items-row, .col3 .items-row, .col2 .items-row {
    flex: 0 98%;
}
}

.column-1, .column-2, .column-3 {
    padding: 0;
}

.blog img {
    width: 100%;
}


/* END WHIZ */



/* ----------   LAYOUT   ---------------- */

html {}

body {
    background: #eae9e5;
}

#mainWrapper {
    display: inline;
    float: left;
    width: 98%;
	padding: 1%;
	overflow: hidden;
	z-index: 10;
}

#container {
    display: inline;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

#container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

#header {
	position: absolute;
    display: block;
    float: left;
    width: 98%;
    padding: 30px 0 30px 0;
    z-index: 1;
}

#header-fadein {
    position: fixed;
    top: -100vh;
	visibility: hidden;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    z-index: 6;
    background: #fff;
	transition: all 1s ease 0s;
}

#header-fadein.fade-in {
	visibility: visible;
	top: 0;
}

#header-fadein .logo {
    max-width: 50px;
}

#header #container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scrolled-nav {
    height: 60px !important;
    padding: 10px 0px 0px 0px !important;
}

.wideWrap {
    display: inline;
    float: left;
    width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}

#top {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

#topLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}

#rowA, #rowB, #rowC, #rowD, #rowE, #rowF, #rowG {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}


#NavWrapper {
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    margin: 0 0 5px;
    padding-bottom: 0;
    width: 100%;
}

#Nav {
    float: left;
    padding: 5px 0;
}

ul.menu {
    margin-left: 0;
}

ul.menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 4px;
}

ul.menu a {
    color: #444444;
    font-size: 18px;
    text-decoration: none;
	transition: all ease .5s;
}

ul.menu a:hover {
    text-decoration: none;
}

ul.menu li.active {
    text-decoration: none;
	color: red;
}


ul.menusideMenu {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin-left: 23px;
}

ul.menusideMenu li.active {
    text-decoration: none;
	color: red;
}


#breadcrumb {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

.breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

#breadcrumbLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#breadcrumbRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
    text-align: right;
}

#mainrow {}

#left-col {
	float: left;

}

#left-col-cont {
}

#left-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#main-col {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#main-col-cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

#right-col {
	float: right;
	width: 25%;
}

#right-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#right-col-cont {
}

#adverttop {
    margin: 0;
}

#advertBottom {
    margin:  0;
}

#footWrapper{
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    width: 100%;
}

#debugRow { 
    display: inline;
    float: left;
}

#topLeft, #topRight {
    width: 470px;
}

#topRight {
    text-align: right;
}


#breadcrumb {
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    float: left;
    width: 46%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}
.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.column-1, .column-2, .column-3 {
    padding: 10px 5px;
}


.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}

.item-image img {
   width: 100%;
}


/* END LAYOUT */	
	

/* ----------   TYPOGRAPHY  ---------------- */

body {
	color: #444444;
	font-size: 14px; 
	line-height:18px;
	font-family: "tell-light";
}

a {
    color: #444444;
    text-decoration: none;
	cursor: pointer;
    transition: all ease .5s;
}

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

.readmore a {
    text-decoration: none;
}

a.button, p.button {
    color: #fff;
    border: solid 1px #fff;
    padding: 10px;
    transition: all ease .5s;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

a.button:hover {
    background: #ffce4a;
    color: #fff;
    border: solid 1px #ffce4a;
}

p {
	margin: 8px 0;
    font-size: 19px;
    line-height: 2;
    letter-spacing: 1px;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

li {
	margin: 8px 0;
	font-size:16px;
	line-height: 1.5;
}

h1, .componentheading {
    font-family: "inherit";
    color: #444444;
    font-size: 48px;
    letter-spacing: 1px;
	line-height: 1.5;
}

h2, .contentheading, h2 a {
	font-family: "tell-titel-bold";
    color: #444444;
    font-size: 28px;
	text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.5;
}

h3, .moduletable h3 {
	font-family: "tell-titel-bold";
    color: #444444;
    font-size: 24px;
    letter-spacing: 2px;
	line-height: 1.5;
}

h4 {
    font-family: "tell-bold";
    color: #444444;
    font-size: 18px;
    letter-spacing: 1px;
	line-height: 1.5;
}

h5 {color: #ffffff;background: #333333;padding: 2px 0 2px 4px}
h6 {color: #ffffff;background: #999999;padding: 2px 0 2px 4px}

.breadcrumbs {font-size: 12px;font-style: italic; margin-left: 0;}

/* END TYPOGRAPHY */


/* ----------   MISC ELEMENTS ---------------- */

label {
    float: left;
    min-width: 122px;
}

ul {
    margin-left: 14px;
}

ul.actions {
    margin-left: 0;
}
	
ul.actions li {
    display: inline;
    list-style: none outside none;
    padding: 0;
}

 #system-message dd.error ul {
    margin-left: 0;
	background-position: 5px 40%;
}

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
	margin:10px;
}

/* END MISC ELEMENTS */


/* ----------   DEVELOPER  ---------------- */


.moduletable.greybox {
    background: none repeat scroll 0 0 #dddddd;
    color: #FFFFFF;
    height: 100%;
    padding: 5px;
    width: auto;
}

.custom.greybox {
	padding: 5px;
	min-height: 140px;

}

.custom.greybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
}

.greybox2 {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #FFFFFF;
    height: auto;
    padding: 0 3px;
    width: auto;
}

.greybox2 p {
    color: #666666;
    margin: 0;
    padding: 0;
}

p.righleftheight {height: 206px; }

.moduletablegreybox {
    background: none repeat scroll 0 0 #DDDDDD;
    min-height: 140px;
    padding: 5px;
    width: auto;
}

.moduletablegreybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
    padding: 5px;
}


/* END DEVELOPER */