/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #57584f;
}

a:hover {
	color: #b5aca6;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

#search-languages a {
	color: #fff;
	font-weight: 400;
}

#search-languages a:hover {
	color: #aa1948;
}

#search-languages {
	margin: 30px 20px 0px 0px;
}


#top-line {
	background: #a29791;
	height: 90px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	/*position: fixed;*/
}

#header img {
	border-bottom: 5px solid #aa1948;
}

#header.internal img {
	border-bottom: none;
	position: relative;
	bottom: 80px;
}

#header.internal {
	height: 230px;
	overflow: hidden;
	border-bottom: 5px solid #aa1948;
}

#main-content h1 {
	font-weight: 300;
	color: #57584f;
	margin: 10px 0;
}

#main-content.internal h1 {
	color: #be1e2d;
	font-size: 1.6em;
	margin: 0;
}

#main-content h3 {
	font-weight: 300;
	margin: 5px 0;
}

#below-content {
	background: #f1f2f2;
	padding-bottom: 20px;
}

#below-content.internal {
	margin-bottom: 20px;
}

#below-content h2, #content-bottom h2 {
	text-align: center;
	color: #57584f;
	font-weight: 500;
	font-size: 1.3em;
}

#content-bottom ul li {
	min-height: 100px;
}

#footer {
	background: #cdc6c0;
	color: #57584f;
	padding-bottom: 20px;
}

#info {
	padding: 3px 0;
	color: #fff;
	background: #57584f;
	font-size: 0.85em;
}

#floating-search {
	top: 120px;
	right: 9%;
	padding: 20px;
	background: #cdc6c0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	display: none;
	width: 290px;
}

#floating-search input[type="search"] {
	border: 1px solid #8d817b;
	color: #8d817b;
	font-style: italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	float: left;
	margin-right: 10px;
	transition: 0.3s all ease;
	float: left;
}

#floating-search input[type="search"]:focus {

-moz-box-shadow:    inset 0 0 3px #818a8f;
  -webkit-box-shadow: inset 0 0 3px #818a8f;
  box-shadow:         inset 0 0 3px #818a8f;
  
  }

#floating-search input[type="submit"],
#contact-form input[type="submit"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background: #aa1948;
	color: #fff;
	padding: 3px 15px;
} 

#floating-search input[type="submit"] {
	float: right;
}

#floating-search input[type="submit"]:hover,
#contact-form input[type="submit"]:hover {
	background: #57584f;
}

#contact-form input[type="submit"] {
	margin-top: 10px;
}

#back-top {
	position: fixed;
	bottom: 42px;
	right: 30px;
	width: 30px;
	height: 30px;
	padding: 10px;
}

#back-top a:before {
	font-family: 'fontello';
	content: '\e805';
	color: #57584f;
	font-size: 33px;
	position: relative;
	bottom: 10px;
}

#back-top a:hover:before {
	color: #d01c1f;
}

#breadcrumbs {
	font-style: italic;
	font-size: 0.85em;
	color: #8d817b;
}

#below-content .bx-wrapper .bx-viewport {
	background: none;
}

#event-info {
	width: 58%;
}

#event-location {
	width: 38%;
}

#event-location .infodata {
	width: 330px;
}

#event-location p {
	margin: 0.3em 0;
}

#event-location h3 {
	font-weight: 500;
}

#contact-info {
	width: 600px;
}

#contact-info .map {
	width: 530px;
}

#contact-info .map h2 {
	margin: 10px 0;
	font-style: italic;
	font-weight: 500;
	font-size: 1.2em;
	color: #57584f;
}

#contact-form {
	width: 400px;
}

#contact-form h2 {
	font-style: italic;
	color: #aa1948;
	font-weight: 500;
	margin: 10px 0;
	font-size: 1.2em;
}	

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea   {
	margin: 10px 0;
	border: 1px solid #8d817b;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.3s all ease;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="tel"]:focus,
#contact-form textarea:focus   {
    -moz-box-shadow:    inset 0 0 3px #818a8f;
      -webkit-box-shadow: inset 0 0 3px #818a8f;
      box-shadow:         inset 0 0 3px #818a8f;
}

#contact-form label {
	display: block;
	font-style: italic;
	font-weight: 500;
	color: #57584f;
}


/* classes */

.inter-row, .doc-row {
	padding: 15px;
	background: #f1f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 0 0 20px 0;
}

.int-image {
	float: left;
	width: 130px;
	margin-right: 15px;
}

.int-info {
	width: 1020px;
	float: left;
}

.int-site, .doc-link {
	text-align: right;
	padding-top: 10px;
	border-top: 1px dotted #b5aca6;
}

.doc-link {
	text-align: left;
}

.doc-link a {
	font-weight: 500;
}

.int-site a, .doc-link a {
	color: #aa1948;
	font-style: italic;
}

.doc-link a:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'fontello';
	content: '\e80a';
	margin-right: 5px;
}

.pager a, .buchstabe a {
	font-weight: 500;
	padding: 0 5px;
	border-right: 1px solid #aa1948;
	color: #aa1948;
}

.buchstabe a {
	padding: 0 5px;
	font-size: 1.2em;
	letter-spacing: 3px;
}

.pager a:hover, .int-site a:hover, .doc-link a:hover, .buchstabe a:hover  {
	color: #57584f;
}

strong {
	font-weight: 500;
}

#main-content .int-info h3,
#main-content .doc-row h3 {
	font-style: italic;
	font-weight: 500;
}

.map iframe {
	border: 1px solid #57584f !important;
}

.events.internal .infodata {
	width: 350px;
}

.heading {
	z-index: 999;
	top: 80px;
	left: 45%;
}

.share {
	padding-top: 5px;
	border-top: 1px dashed #b5aca6;
}

.brown-triangle {
	
}

.member-row {
	width: 570px;
	background: #f1f2f2;
	float: left;
	margin: 20px 30px 20px 0px;
}

.member-photo {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.member-info {
	float: left;
	width: 380px;
	padding: 10px;
}

.member-info p {
	font-size: 0.9em;
	margin: 0.3em 0;
}

#main-content .member-info h3 {
	font-style: italic;
	font-weight: 500;
	margin: 10px 0;
}

.brown-triangle:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #cdc6c0;
	content: "";
	display: block;
	bottom: 30px;
	right: -260px;
	position: relative;
}

.fixed {
	position: fixed;
}


.infoblock {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.white-triangle {
	bottom: 0px;
}

.white-triangle:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent;
	content: "";
	display: block;
	position: relative;
	left: 49%;
}

.top {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.wrapper {
	top: 90px;
	z-index: -1;
}

.center {
	text-align: center;
}

.centered {
	margin: 0 auto;
}

.size {
	width: 1200px;
	margin: 0 auto;
}


#main-content .ubertext h2 {
	margin: 5px 0;
	color: #57584f;
	font-style: italic;
}

.activity-row {
	float: left;
	margin: 15px 20px 20px 0;
	width: 375px;
	height: 250px;
	overflow: hidden;
}

.read-more a {
	font-style: italic;
}

.act-mask {
	z-index: 999;
	bottom: -40px;
	text-align: center;
	color: #fff;
	width: 375px;
	background: url('../img/1_Rot_Hintergrund.png') repeat-y, center center;
	padding-bottom: 20px;
}

.act-mask a {
	color: #fff;
}

.activity-row:hover .act-mask {
	bottom: 0px;
}


.rel {
	position: relative;
}

.ubertext p {
	margin: 0.3em 0;
}

.abs {
	position: absolute;
}

.trans {
	transition: 0.3s all ease;
}

.lang {
	margin: 10px 0px 0px 10px;
}

.top-menu ul li a:before {
	font-family: 'fontello';
	margin-right: 3px;
	font-size: 1.4em;
} 

.top-menu ul li {
	margin-right: 5px;
}

.top-menu ul li a.search-toggler:before {
	content: '\e80c';
}

.top-menu ul li a.members:before {
	content: '\e81a';
}

.fright {
	float: right;
}

.logo {
	margin: 20px 20px 0px 20px;
}

.full {
	width: 100%;
}

.fleft {
	float: left;
}

.nobullet ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inlineli ul li {
	display: inline;
}



a.register, .heading h1 {
	background: #aa1948;
	color: #fff;
	padding: 3px 15px;
	font-size: 1.1em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.heading h1 {
	font-weight: 300;
	font-size: 1.4em;
}

a.register:hover {
	background: #a29791;
}

.info-dates {
	float: left;
	width: 100px;
	margin-right: 20px;
}

.news-text {
	width: 600px;
}

.news-text.internal {
	width: 1060px;
}

.tags label {
	font-weight: 500;
	color: #57584f;
	margin-right: 5px;
}

.tags {
	font-style: italic;
}

.tags a {
	color: #a30050;
}

.tags a:hover {
	color: #57584f;
}

.infodata {
	float: left;
	width: 450px;
}

.inforow {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.inforow h3 {
	color: #000;
	font-weight: 400;
	margin: 5px 0;
}

.inforow a {
	color: #000;
}

.inforow a:hover {
	color: #b5aca6;
}

.iyear, .idate {
	display: block;
	color: #fff;
	padding: 10px 0;
}

.idate {
	background: #b5aca6;
	
}

.iyear {
	background: #57584f;
}

.view-all {
	border-top: 1px dotted #57584f;
	padding-top: 5px;
	font-weight: 400;
}

.textright {
	text-align: right;
}

.italic {
	font-style: italic;
}

.view-all a:after {
    font-family: 'fontello';
	content: '\e802';
	font-style: normal;
	margin-left: 3px;
}

.events p {
	margin: 0.3em 0;
}

span.address:after {
	font-family: 'fontello';
	content: '\e80f';
	color: #aa1948;
	font-size: 1.2em;
}

.footer-block {
	float: left;
	margin: 25px 70px 0px 0;
}

.footer-block.first {
	font-style: italic;
	font-weight: 500;
	color: #8d817b;
}

.footer-block.last {
	margin-right: 0;
}

.footer-block.first img {
	display: block;
	margin: 0 0 10px 0;
}

.footer-block h2 {
	font-weight: 500;
	color: #8d817b;
	margin: 5px 0;
	font-size: 1.2em;
}

.footer-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-block.social a {
	font-size: 0px;
	padding: 0 5px;
	color: #8d817b;
}

.footer-block.social a:hover {
	color: #57584f;
}

.social-media a {
	font-size: 0;
	color: #b5aca6;
}

.social-media a:hover {
	color: #8d817b;
}

.social-media a:before {
	font-family: 'fontello';
	font-size: 26px;
	padding: 0 3px;
	
}

.footer-block.social a:before {
	font-size: 30px;
	font-family: 'fontello';
}

.footer-block.social a.fb:before,
.social-media a.facebook:before {
	content: '\e80b';
}

.footer-block.social a.tw:before {
	content: '\e807';
}

.footer-block.social a.ld:before,
.social-media a.linkedin:before {
	content: '\e812';
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (max-width: 1600px) {
	
	#header, #header.internal {
		max-width: 100%;
		overflow: hidden;
	}
	
	#header img, #header.internal img {
		max-width: 100%;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1440px) {
	
	#header.internal img {
	    border-bottom: medium none;
	    bottom: 60px;
	    position: relative;
	}
	
	.sf-arrows .sf-with-ul {
	    padding-right: 1.5em !important;
	}

}

@media only screen and (max-width: 1366px) {
	
	#header.internal img {
	    border-bottom: medium none;
	    bottom: 50px;
	    position: relative;
	}
	
	.sf-menu a {
	    padding: 1.5em 0.75em !important;
	    text-decoration: none;
	}
	
	.sf-menu li li a {
		  padding: 0.5em 0.75em !important;
	}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}