/*
Theme Name: L! Rheno-Silesia
Theme URI: http://www.rheno-westfalia.de
Author: Christian Wieden, Roland Metzger
Author URI: http://
Description: Responsive Template für die Burschenschaft Rheno-Westfalia zu Koblenz.
Version: lokal (0.9)
*/

/* reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav,aligncenter li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

@font-face {
    font-family: 'alex_brushregular';
    src: url('fonts/AlexBrush-Regular-webfont.eot');
    src: url('fonts/AlexBrush-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AlexBrush-Regular-webfont.woff2') format('woff2'),
         url('fonts/AlexBrush-Regular-webfont.woff') format('woff'),
         url('fonts/AlexBrush-Regular-webfont.ttf') format('truetype'),
         url('fonts/AlexBrush-Regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'LatoSemibold';
    src: url('fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Generelle Formular Styles: Button
		hover: 	border #aaa
				background: #f1f1f1 */
body {font-family: 'Lato'; background:#f1f1f1; background-image:url('img/ricepaper.png'); max-width:100%; outline:none !important;}
	/* Hintergrund auf Index-Seite anpassen! */


a {
  text-decoration: none;
  color: rgba(0,0,0,.7);
  border-bottom: 1px dotted rgba(0,0,0,.2);
}
	a:hover {color: rgba(0,0,0,.4)}
  p {font-size: 18px; color: #444;}
  br{display:block;}
  li{font-size:18px;}
  form label{font-size:16px;}

h1 {
	font-family:'alex_brushregular';
	text-align:center;
	padding-top: 30px;
	letter-spacing: 3px;
	font-size:34px;
	color: #333;
}
	h1 img {display: block; margin: 0 auto; }

h2 {
	font-family: 'LatoSemibold';
	text-align:center;
	font-size: 20px;
	color:#2d2d2d;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 60px;
	display:block;
	margin: 0 50px;
}

/* für die Kommentare */
h3 {
	font-family: 'LatoSemibold';
	border-top: 1px solid #dcdcdc;
	text-transform: uppercase;
	font-size: 20px;
	color:#2d2d2d;
	padding: 10px 0px;
	position: relative;
}
	#members-name h3:before { /* create border with another color */
		position: absolute;
		border-top: 1px solid #4d4d4d;
		top: -1px;
		display: block;
		content: '';
		width: 80px;
	}

#comments h3 {
	font-family: 'Lato';
	text-align:center;
	font-size: 16px;
	color:#666;
	text-transform: uppercase;
	letter-spacing: 2px;
	display:block;
	border:none;
}


h4, .header h4, .footer h4 {
	font-family: 'LatoSemibold';
	font-size: 14px;
	text-align:center;
	color:#666;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 0;
}
.header h4, .footer h4 {text-align:left; color: white; }

h5 {
	font-family: 'LatoSemibold';
	letter-spacing: 1.2px;
	padding: 10px 0px;
	background: black;
	text-transform: uppercase;
	font-size: 14px;
	color:#fafafa;
	text-align: center;
	margin-bottom: 10px;
}

h6{
	font-family: 'LatoSemibold';
	text-align:center;
	font-size: 20px;
	color:#2d2d2d;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 25px 0px;
	display:block;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin:120px 0px 20px 0px;
}

input {
	cursor: pointer;
	border:solid 1px #ccc;
	background: white;
	border-radius: 5px;
	padding:7px 14px;
	width: 240px;
	margin: 20px auto;
	display: block;
}
	input:focus {outline:none; border-color:#aaa;}

/* Anpassung Scroll-Bar */
::-webkit-scrollbar{ width: 10px; height: 12px;}
::-webkit-scrollbar-track{background: rgba(0, 0, 0, 0.1);}
::-webkit-scrollbar-thumb{background: rgba(0, 0, 0, 0.3);}


/* HILFSKLASSEN */
.hidden {visibility: hidden;}
.line {border-top: 1px solid #dcdcdc;}
.img-centered {display: block; width:100%;}
.img-full-width {width: 100%; margin: 40px 0px;}
.clear{clear:both;} /* clear float */
.no-border{border:none;}
.pos-relative{position:relative; width: 100%;}
.bg {background: white;}
.no-padding {padding: 0px !important;}
.margin-blog {margin: 20px 0px 20px 0px; padding: 15px 0px; font-size: 16px;}
.float-left li{float:left !important;}
.inline{display: inline;}
.center-text {text-align: center;}

/* Icons */
.icons {width:24px; height: 24px; display: inline-block; margin-right: 10px; float:left;}
.icons-arrows {width:4%; padding: 10px 0px; display: inline-block; margin: 0 48%;}
.list-icon{width:16px; height:16px; display: inline-block; padding-top: 10px;}
/*.icons:hover {width:32px; height: 32px; display: inline-block; }*/

/*Suche */
.search-members {margin: 15px 15%; width: 70%;}
.asp-date{display: inline;}

#anchor{opacity: 0;}

.wrapper, .wrapper-single, .wrapper-nav-bar {
	position: relative;
	width: 980px;
	height: 100%;
	margin: 25px auto;
	box-sizing: border-box;

}
	.wrapper-single {
		width:780px;
		margin: 100px auto;
		background: white;
		border: 1px solid #dcdcdc;
		min-height: 100px;
		position: relative;
		-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
		box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	}
	.wrapper-nav-bar{width: 780px; margin: -75px auto;}
	.wrapper-nav-bar a {line-height: 31px; padding: 0px 2px;}


/* BEGINN Verzierung für Überschriften */
.sep-title {
    position: relative;
    text-align: center;
    height: 5px;
    margin-top: 10px;
	padding-bottom:20px;
}
	.sep-title .right, .sep-title .left {position: relative; display: block; box-sizing: border-box;}

.sep-title .right:before, .sep-title .right:after, .sep-title .left:before, .sep-title .left:after {
    position: absolute;
    content: '';
    bottom: 0;
    margin-bottom: -1px;
    background-color: #555;
}
	.sep-title .right:before, .sep-title .left:before {
    width: 30px;
    height: 2px;
}
	.sep-title .right:before {right: 50%; margin-right: -33px;}
	.sep-title .left:before {left: 50%; margin-left: -33px;}

.sep-title .right:after, .sep-title .left:after {
    width: 6px;
    height: 6px;
    margin-top: 0px;
    top: -3px;
    border-radius: 50%;
}
	.sep-title .right:after {right: 50%; margin-right: -8px;}
	.sep-title .left:after {left: 50%; margin-left: -8px;}
/* ENDE Verzierung Überschriften */

/* Beginn CSS Sprites */
.icon-sidebar, .icon-members, .icon-arrow-left, .icon-arrow-right {
  float:left;
  clear:both;

}
	/*.flyer-semester {background-position: 0px 0px;}*/
	.icon-sidebar { width: 48px; height: 48px; margin-bottom: 10px;}
	.icon-arrow-left { background-position: -124px -311px; }
	.icon-arrow-right { background-position: -186px -311px; float:right; }


	#mensur-list img {margin: 0 auto; display:block;}
	.chargen-list {width: 90%; height: auto; margin: 0 5%; font-size: 15px; padding: 3px 0px;}
	.chargen-list img {
		width: 100%;
		border: 1px solid #999;
		background-color: #eee;
		display: block;
	}
	.events-list-extern{font-size: 14px; cursor:default;}


/* Semesterübsersicht - Chargenlisten */
#semester-list-chargen, #semester-list-stwv {
	width: 80%;
	margin: 0px auto 40px auto;
}
	#semester-list-stwv {width: 60%; margin-left: 20%;}
	#semester-list-chargen > li > p:last-child, #semester-list-stwv > li > p:last-child {
		right: 25px;
		bottom: 5px;
		position: absolute;
		width: 90px;
		background: #333;
		font-size: 14px;
		padding: 5px;
		margin: 0px;
		border: 1px solid #f1f1f1;
	}
	#semester-list-chargen > li > p:last-child a, #semester-list-stwv > li > p:last-child a {
		color: #fff !important;
	}


/* BEGINN - Tab Register Mitgliederverzeichnis */
.tab {
	padding: 20px;
	padding-top: 0px;
	background: #fefefe;
	margin-top: 100px;
	border:1px solid #dcdcdc;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
}

/* Allgemein Navigation */
.navigation {
/*	height: 100px;
	background: #fafafa;*/
}


.tab section {
  /*background: white;*/
  max-width: 980px;
  box-shadow: 0 0 0px rgba(0,0,0,.4);
  margin-top: 25px;
  padding: 0px;
  position: relative;
  min-height: 1040px;
}
.tab article {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  overflow: auto;
  transition: .7s;
  transform: scale(0);
  transform-origin: center right;
  transition-delay: .1s;
}

.tab nav {
  font-family: LatoSemibold;
  background: rgba(118, 132, 174, 0.3);
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
}
	.tab nav:after {
	  content:'';
	  width: 20%;
	  height: 50px;
	  position: absolute;
	  transition: .5s;
	  color: #333;
	  background: #f1f1f1;
	}
	.tab section input {display: none;}
	.tab article input {display: block; margin: 10px auto; position: relative; }
	.tab article h4{background: #fafafa; border-top: 1px solid #bbb; padding: 20px; text-transform: none;}
	.tab article h1{padding-top: 10px; background: #fafafa; border-top: 1px solid #bbb;}


	/* list.js Anpassungen
	.disabled{border-top: none !important; border-bottom: none !important;}
	.disabled > a{cursor: default !important; }
	.disabled:hover{background: none !important;}
*/

.tab label {
  width: 20%;
  float: left;
  color: #555;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  z-index: 2;
  position: relative;
}
	.tab label:hover {background-color: rgba(118, 132, 174, 0.3);}
	.tab label:before {display: block; z-index: 2;}

	#aktivitas:checked ~ nav [for='aktivitas'], #ah:checked ~ nav [for='ah'], #death:checked ~ nav [for='death'], #unknown:checked ~ nav [for='unknown'], #resigned:checked ~ nav [for='resigned'] {
		color: #5e6c99;
		font-weight: 300;
	}
	#aktivitas:checked ~ nav:after {left: 0;}
	#ah:checked ~ nav:after {left:20%;}
	#death:checked ~ nav:after {left: 40%;}
	#unknown:checked ~ nav:after {left: 60%;}
	#resigned:checked ~ nav:after {left: 80%;}

	#aktivitas:checked ~ .first, #ah:checked ~ .second, #death:checked ~ .third, #unknown:checked ~ .fourth, #resigned:checked ~ .fifth {
		display: block;
		transform: scale(1);
		transition-delay: .5s;
	}
/* ENDE - Tab Register Mitgliederverzeichnis */

.anchor-animation {animation: moveDown 0.6s ease-in-out 0.2s backwards; scroll-behavior: smooth;}
.anchor-animation a:click {scroll-behavior: smooth;}

#submit {
font-family: 'Lato';
color: #666;
font-size: 16px;
padding: 5px;
text-decoration: none;
}
	#submit:hover {color: black; border: 1px solid #7684ae;}


/****************************** Header ********************************/
/**********************************************************************/


.header, .footer, .rent-bg {
	background-image:  url('/wp-content/uploads/2024/08/banner-rheno-silesia.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	background-repeat:no-repeat;
}
.header-circle-and-name {padding-top: 40px; padding-bottom: 15px;}
.rent-bg{background-image:  url('img/room_blue.jpg');}

	.header-circle { /* image class of the circle */
		display: block;
		margin: 0px auto 5px auto;
		width: 120px;
	}
	.header-circle, .header-circle-and-name > h1 { /* animation class with different properties for h1*/
		font-size:52px;
		font-weight:400;
		color: white;
		padding-top:0px;
		letter-spacing: 3px;

		-webkit-animation: fadein 2s;
		-moz-animation: fadein 2s;
		-ms-animation: fadein 2s;
		-o-animation: fadein 2s;
		animation: fadein 2s;
	}

.header-profile {
	font-family: 'Lato';
  font-size: 16px;
  color: #f1f1f1;
	position: relative;
	height: auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: rgba(0,0,0,.5);
	z-index: 4;
	width: 100%;
}
	.header-profile a {color: #fafafa; letter-spacing: .5px; border-bottom: 1px dotted #999;}
	.header-profile a:hover {color: #999;}
	.header-profile p {
		text-align: left;
		padding-bottom: 10px;
		color:#fafafa;
	}
	.header-profile ul {font-size: 14px}
	.header-profile ul li {text-align: left; padding-bottom: 2px;}


/* Portrait Ansichten für den Header und die Kopfzeile der Single-Ansichten */
.header-portrait, .single-portrait, .guest-portrait {
	margin-left: 50px;
	position: absolute;
	height: 140px;
	width:140px;
	overflow: hidden; border-radius: 50%;
	top: -20px;
	border: 1px solid #555;
	z-index: 3;
}
	.guest-portrait{width: 200px; height: 200px; border-radius: 0%; top: -90px; border: none;}
	.single-portrait {margin-left: 10px; height: 50px; width: 50px; left:0px; top:0px; box-sizing: border-box;}
	.header-portrait img, .single-portrait img {
		position: absolute;
		left: 50%;
		top: 35%;
		height: 100%;
		width: auto;
		-webkit-transform: translate(-50%,-35%);
		-ms-transform: translate(-50%,-35%);
		transform: translate(-50%,-35%);
	}
	.header-portrait img.portrait, .single-portrait img.portrait {
	  width: 100%;
	  height: auto;
	}

.header-props,  .header-guest-props{
	display: inline-block;
	float:left;
	padding: 25px;
  margin-top: 15px;
  margin-left: 200px;
	max-width: calc(28% - 200px);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 .header-guest-props {
	 max-width: calc(25% - 250px);
	 margin-left: 250px;

 }

.latest-updates-members, .latest-updates-posts, .ext-short-information, .social-links {
  display: inline-block;
	float: left;
	max-width: calc(27% - 30px);
	padding: 25px;
  margin: 15px;
	box-sizing: border-box;
   -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;


}
.latest-updates-members li, .latest-updates-posts li {
  font-size: 16px;
  margin: 5px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.latest-updates-posts {max-width: calc(45% - 30px);}
.ext-short-information {max-width: 50%; letter-spacing:.8px;}
.social-links{float: left; max-width: 25%}
	.social-links a {border:none;}
  .social-links img {width: 36px; height: 36px;}


/*** Login Form */
#loginform {color: white !important; font-family: 'Lato' !important; text-align: left;}
#loginform label {font-size: 16px !important; margin: 0px;}

#loginform p {padding: 0px; line-height: 1;}
#loginform input {margin: 5px 0px;}

.login-password, .login-username, .login-submit {
    width: 80% !important;
    margin: 0px !important;
    text-align: left !important;
	display: inline-block !important;

}

#loginform input:-webkit-autofill, #loginform textarea:-webkit-autofill, #loginform select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    color: rgb(0, 0, 0) !important;
}

/****************************** Hovermenu *****************************/
/**********************************************************************/
.wrapper-hovermenu {
	margin-left: auto;
	margin-right: auto;
	width: 980px;

}
	.header-hovermenu {
		letter-spacing: 1.5px;
		background: white;
		width: 100%;
		z-index: 1000;
		box-shadow: 0 4px 2px -2px gray;
		margin: 0 auto;
	}
	#layer-divider-hovermenu{width: 100%; display:block; clear:both;}

#hovermenu, #hovermenu ul, #hovermenu li, #hovermenu-ext, #hovermenu-ext ul, #hovermenu-ext li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 50px;

}

#hovermenu, #hovermenu-ext {
	width: 100%;
	border-radius: 0 0 1px 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	height: 50px;
	font-family: LatoSemibold;
}
	#hovermenu > ul, #hovermenu-ext > ul {text-align: center;}

	#hovermenu > ul > li, #hovermenu-ext > ul > li {
		display:inline-block;
		position: relative;
		float:left;
		border-left: 1px solid #dcdcdc;
		width: 16.66%;
	}
		#hovermenu-ext > ul > li {width: 25%;}

	#hovermenu > ul > li:last-child, #hovermenu-ext > ul > li:last-child {border-right: 1px solid #dcdcdc;}


#hovermenu > ul > li > a, #hovermenu-ext > ul > li > a {
	margin: 0px 20px;
	padding-bottom: 5px;
	text-decoration:none;
	border:none;

}
#hovermenu > ul > li > a:hover, #hovermenu-ext > ul > li > a:hover {
	text-decoration:none;
	border-bottom: 1px solid #dcdcdc;
  display: inline;
}
	/* Animationen für das Menü */
	@-webkit-keyframes fade-white-to-black {
		0%   {background-color: rgba(255,255,255,.25); color:rgba(1,1,1,.5);}
		50%  {background-color: rgba(127,127,127,.5); color: #bbb;}
		100% {background-color: rgba(0,0,0,.75); color: rgba(255,255,255,.5);}
	}
	@-webkit-keyframes fade-black-to-white {
		0%   { background-color: black; color: white;}
		100% { background-color: white; color: #333;}
	}
		.background-animated-white-to-black {
			background-image:none !important;
			-webkit-animation: fade-white-to-black 1s ease-in-out;
			-moz-animation: fade-white-to-black 1s ease-in-out;
			-o-animation: fade-white-to-black 1s ease-in-out;
			animation: fade-white-to-black 1s ease-in-out;
		}
		.background-animated-black-to-white {
			background-image:none !important;
			-webkit-animation: fade-black-to-white 1s ease-in-out;
			-moz-animation: fade-black-to-white 1s ease-in-out;
			-o-animation: fade-black-to-white 1s ease-in-out;
			animation: fade-black-to-white 1s ease-in-out;
		}



/*** Beginn Footer **/
.footer p {
		color: white;
		font-family: 'LatoSemibold';
}
.footer a {color: white;}

.footer-hovermenu {background: black; font-size: 14px;}
.wrapper-footermenu{
	width: 300px;
	margin: 0 auto;}

.footer-content{width: 900px; margin: 20px auto;}

.footer-list-data, .footer-maps, .footer-list-comments, .footer-contact {
  background-color: rgba(0,0,0,.6);
  float:left;
  color:white;
  text-align:left;
  width:calc(65% - 40px);
  padding: 20px;
  margin-top: 20px;
  margin-right: 20px;		

  border: 1px solid #444;
  border-radius: 3px;
  box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
    .footer-list-data { width:calc(35% - 40px); }
    .footer-contact, .footer-maps {width:calc(50% - 40px); height: auto;}
    .footer-maps {padding: 0;}

  .footer-list-data li, .footer-list-comments li {
    padding: 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.footer-last-row {
	background-color: rgba(0,0,0,.6);
}
  .footer-last-row img {padding: 5px}




#footermenu, #footermenu ul, #footermenu li {
  box-sizing: border-box;
   -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	line-height: 30px;
}

#footermenu {
	width: auto;
	border-radius: 0 0 1px 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	height: 30px;

}
	#footermenu > ul {text-align: center;}

	#footermenu > ul > li {
		display:inline-block;
		position: relative;
		float:left;
		border-left: 1px solid #dcdcdc;
		width: 50%;
		color: white;
	}
	#footermenu > ul > li:last-child{border-right: 1px solid #dcdcdc;}
	/* Anpassung der aktiven Elemente - Improve here */
	#footermenu .current-menu-item a {}

#footermenu > ul > li > a {
	margin: 0px 10px;
	padding-bottom: 5px;
	text-decoration:none;
	color: white;

}
#footermenu > ul > li > a:hover {
	text-decoration:none;
	border-bottom: 1px solid #dcdcdc;
}

/********************* Shortcuts - Menüansicht ************************/
/**********************************************************************/
#short-columns, #short-columns-ext {
	font-family: 'LatoSemibold';
	text-align: center;
	margin: 0px auto;
	width: 100%;
	height:auto;
	font-size: 16px;
	color:black;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	float:left;
	}


	#short-columns > ul > li {
		background: url('img/wohnen_bg.jpg');
		width: calc(33.33% - 30px);
		height: auto;
		margin: 0 15px;
		float:left;
		height: 200px;
		border: 1px solid #9d9d9d;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		#short-columns > ul > li:first-child{
			background: url('img/portrait_small.jpg')
		}
		#short-columns > ul > li:last-child{
			margin-right: 0px;
			background: url('img/contact_bg.jpg');
			width: calc(33.33% - 30px);
		}
	#short-columns > ul > li > a {
		color:black;
		display: block;
		margin: 100px 0px;
		padding:15px 0px;
		background-color: rgba(255,255,255,.6);
	}
	#short-columns ul > li:hover > a {
		animation: fadeInDown 1.5s;
		-webkit-animation: fadeInDown 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	#link1, #link2, #link3, #link-next-event {cursor: pointer;}


/************* Events - Element (index.php) - Sicht intern *************/
/**********************************************************************/

.events {
	font-family: 'Lato';
	font-size: 20px;
	height: 300px;
	color: #666;
}

.events-preview, .semester-preview {
	width:66.66%;
	float:left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


}
	.semester-preview {width:100%;}
	.events-preview p {display: inline-block;}

	.maps-index-view {
	position:relative;
	width: calc(50% - 30px);
	margin: 0 15px;
	height: 200px;
	border: solid 1px #dcdcdc;
	float: left;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}
	.events-img{
		position: relative;
		max-height:200px;
		float:left;
		width: calc(50% - 30px);
		height: 200px;
		margin: 0 15px;
		border: 1px solid #9d9d9d;
		overflow: hidden;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}

	.events-img img{
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	}
	.img-description {position: absolute; top:0px; z-index: 1; width:100%;}

	.img-description a, .next-event-extern {
		font-family: 'LatoSemibold';
		font-size:16px;
		text-align:center;
		text-transform: uppercase;
		color: black;
		display: block;
		margin: 100px 0px;
		padding:15px 0px;
		text-decoration:none;
		background-color: rgba(255,255,255,.6);
	}

	.img-description:hover > a{
		animation: fadeInDown 1.5s;
		-webkit-animation: fadeInDown 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
.events-props, .semester-props{float: right; width:50%;}

.semester-props {width:48%; padding-top: 20px;}
.semester-props li {width: 20%; display: inline-block;}
.semester-props li:nth-of-type(2n) {width: 75%; display: inline-block; }

#events-list {
	width:calc(33% - 30px);
	float:left;
	margin: 0 15px;
	position: relative;
	/*display: none;*/
	background: #fafafa;
	height: 200px;
	border: 1px solid #dcdcdc;
}
#events-list ul {
	display:none;
	vertical-align:top;
	height: auto;
    min-height: 160px;
	margin: 0px;

}

/* Anpassung für die Terminübersicht auf index.php */
#events-list p {font-size: 16px; }
#events-list p:first-child {margin-bottom: 2px;}

#events-list ul li {
	display:inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#events-list ul li:hover {background: none;}

.events-nav {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	text-align:center;
	float: left;
}





/*
.events-nobg hover {background:none;}
*/


/*
.malinky-load-more__button{width: 10px !important; height:10px; background: #ececec;}
.malinky-load-more{height: 10px !important;display: block;}
.malinky-load-more__button{width: 10px; height:10px; background: #ececec;}


.malinky-ajax-pagination-loading {
    display: none;
    margin: 15px 0;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    right: 130px;
    top: 100px;
}
*/

.semester-heraldic-img {
		display:block;
		width: 50%;
		height: auto;

	}

.login-password, .login-username, .login-submit {width: 80%; margin: 10px auto; text-align: center;}
.login-remember input{width: 10%; display: inline-block;}


/************************** Blog - Beiträge ***************************/
/**********************************************************************/
.articles {
	font-family: 'Lato';
 	color: #666;
	letter-spacing: 0.4px;
    line-height: 1.4;
	width: 67%;
	margin: 30px 0;
	float:left;
}
.brw-banner{
  background: url('img/wappen_brw.png') no-repeat;
  background-position: top;
}
/* Externe Ansicht */
.extern {width: 75%; margin: 50px auto !important;	float: none;}
.articles-padding{padding-top: 30px;}


.no-sidebar {
  width: calc(100% - 80px);
  margin: 0 40px 50px 40px;
}
	.single-members:first-child {margin-top: 25px !important;}
	.articles h1 {
		font-family:'alex_brushregular';
		text-transform: none;
		text-align:center;
		letter-spacing: 3px;
		font-size:28px;
		color: #333;
		padding: 20px 0px;
	}
		.articles-header{width: 100%; float:left; position:relative; background: #fcfcfc; padding-bottom: 10px; margin-bottom: 10px; border: 1px solid #f1f1f1;}
		.articles-header p {
			margin-left: 60px;
			width: calc(100% - 70px) !important;
			height: 25px;
			display:block;
			font-size:18px !important;
			float:left;
			padding-left: 10px;
		}
	.articles-list-header {position:relative; margin: 20px 20px;}
	.articles-list-header ul{font-size: 18px;}

	/*Generelle Listenansicht der Eigenschaften eines Posts*/
	.articles-list-header ul li {width: 20%; display:inline-block; vertical-align: top;}
	.articles-list-header ul li:nth-of-type(2n) {width: 70%;}

	/* index Seite */
	.articles-footer{width: 100%; margin: 10px 0px 30px 0px; padding-bottom: 10px; float:left; border-bottom: 1px solid #dcdcdc; text-align: center;}
	.articles-footer img {
		width: 32px;
		height: 32px;
		display:inline;
		float: right;
		padding-left: 5px;
	}
	.articles-footer h4 {display:inline-block; text-align: center; line-height: 32px;}
	.articles-footer p {
		height: 25px;
		display:block;
		float:left;
		padding-left: 10px;


	}
	.articles-comments a {border-bottom: none;}
	.articles-comments {text-align: right; float: right; line-height: 32px}


	.articles h4 {padding: 0px; text-transform: none;}
	.articles h2 {padding-top: 5px; }

.articles-content{font-size: 18px; line-height: 1.8;}
	.articles-content p {padding: 15px 0;}

	.articles-content img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		border: 1px solid #ececec;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.articles-pagination{float:left; width:67%;}

  /* Teilnehmer Buttons -- erweitern um DAS BAND */
  .button-secondary {
            color: white;
            border: 1px solid #666;
            border-radius: 4px;
            padding: 5px 10px;
            font-family: LatoSemibold;
            cursor: pointer;
            text-decoration: none;
            margin: 15px 0px;
        }
        .button-secondary:focus {outline: none;}
        .button-success {
            background: rgb(30, 100, 100); /* this is a green */
        }
        .button-error {
            background: rgb(220, 100, 100); /* this is a maroon */
        }
        .button-success:hover {background: rgb(30, 140, 140); animation-duration: 4s;}
        .button-error:hover {background: rgb(220, 80, 80); }
/*form {text-align: center;}*/

/* FAQ */
.faq-content p{color: #444; margin-bottom: 30px;}
.faq-content h3 {
  font-family: 'Lato';
  font-size: 18px;
  text-transform: none;
  border-top: none;
  color: #31649b
}

/* Galerie */
.blog-gallery, .blog-single-gallery, .mensur-gallery {
  display: block;
   margin: 0 auto;
   width: 100%; display: none;
   background: black;
}
.blog-single-gallery {
  background:none;
}
.blog-gallery img, .blog-single-gallery img, .mensur-gallery img {width: auto; cursor: pointer; max-height:300px; border: none;}
.blog-single-gallery img {max-height: 400px;}

#fade {
	height:100%;

	width:100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding:0;
	margin:0;
	border:0;
	position:absolute;
	overflow:hidden;
}
	.slick-prev:before, .slick-next:before {color: #666 !important;}
	.slick-slide img {margin: 0 auto !important;}


	.moretag {font-family: 'Lato'; text-decoration: none; font-size: 13px !important; color: #7684ae !important; border: none !important;}
	.moretag:hover{color: black !important; border: none !important;}


	.articles-content span + p:first-letter {
	font-family: 'alex_brushregular';
	color: #353535;
	font-size: 56px;
	line-height: 44px;
	position:relative;
	padding-right:0px;
	}

/* Buttons */
/* General button style (reset) */
.btn {
	border: none;
	font-family: 'Lato';
	font-size: 14px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 20px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* Button 3 */
.btn-3 {
	background: #fcad26;
	color: #fff;
}

.btn-3:hover {
	background: #f29e0d;
}

.btn-3:active {
	background: #f58500;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.8;
	font-size: 160%;
	width: 60px;
}

/* Button 3b */
.btn-3b {
  padding: 10px 30px 10px 80px;
  border-radius: 6px;
}

.btn-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5);
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}



/****************** Effekte *********************/
/* Effect 1: Brackets */
.cl-effect-1 a {border:none;}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	border: none;
}

.cl-effect-5 a span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-size: 14px;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

nav a {
	position: relative;
	display: block;
	outline: none;
	color: #999;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 16px;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/********************************* BEGINN Sidebar ****************************/
.sidebar {
	font-family: 'Lato';
	line-height: 1.5;
	color: #333;
	font-size: 16px;
	position: absolute;

	width: calc(33% - 30px);
	height: auto;
	right: 0px;
	top: 0px;
	margin-top: 60px;
	padding-top: 80px;

	display: inline-block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:right;
	margin-left: 30px;
}
	.sidebar h4{
		font-family:'Lato';
		text-transform: none;
		font-size: 16px;
		letter-spacing: 0px;
		text-align: center;
		padding: 0px;
		padding-bottom:10px;
	}
	.sidebar p{
		font-size: 16px;
		color: #333;
		line-height: 1.3;
		float: left;
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.sidebar ul li {font-size:16px; font-family: Lato;}


/* Beginn Widgets */

	.widget{margin-bottom: 20px; height: auto; float:left; width:100%;}
		.widget_semester_downloads ul {
			width: calc(100% - 48px);
			margin-bottom:10px;
			float:left;
		}

		.widget_semester_downloads li {
			padding: 0px 10px;
			font-family:'LatoSemibold';
		}
			.widget_semester_downloads li:nth-of-type(2n){font-family:'Lato'; color: #666; padding: 0px 10px; font-size: 14px;}

			.widget_geburtstage_bbr ul li {padding: 0px 0;}
			.widget_geburtstage_bbr ul li:nth-of-type(2n) {padding: 5px 0px; margin-bottom: 15px;}

			.widget_nav_menu ul li:nth-of-type(2n) {padding-bottom: 3px}
/********************************* ENDE Sidebar ****************************/




/*** BEGINN Footer **/
#to-top{position: relative;}
#to-top a {border:none;}
#to-top img {display: block; margin: 0 auto;}



/*** Listenansicht -- list.js */
/* Verwendet für Übersicht Semester, Mensuren, Mitgliederverzeichnis */

/* Suchbuttons zum sortieren der Mitgliederliste */
.sort {
	font-family: 'Lato';
	display:inline-block;
	color:#666;
	text-decoration: none;
	float: left;
}
	.sort:hover {color: #5e6c99; cursor: pointer;}
	.sort:focus {outline:none;}

	/* Pfeile in Sortierichtung */
	.sort:after {
		display:inline-block;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		content:"";
		position: relative;
	}
	.sort.asc:after {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #999;
		content:"";
		position: relative;
		top:2px;
		right:-5px;
	}
	.sort.desc:after {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #999;
		content:"";
		position: relative;
		top:-4px;
		right:-5px;
	}

.list, .list-documents {list-style: none; margin-bottom: 20px; width:100%;}
	.list{min-height: 700px;}
	.list-documents{margin-top: 20px; width: 80%; float: left;}
	#list-second-view {
		border: 1px solid #dcdcdc;
		border-bottom: none;
	}
.list-header {background: #eeeeee !important; border-top: 1px solid #bbb; border-bottom: 3px double #bbb;}

	.list-row{vertical-align: top; background-color: white; cursor: pointer;}
	.list-row a {display: block; border:none;}
	.list-row a:hover {background: #f1f1f1; transition: .5s;}
	.list-row:nth-of-type(2n) {
		background-color: rgba(255,255,255,.2);
		border-bottom: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
	}
	.list-row img {height:16px; width: auto; padding-right: 5px;}

/* Standard Formatierung für Listenübersicht */
.list-column-element, .list-accordion-element {
	position: relative;
	font-family: 'Lato';
	font-size: 16px;
	text-align: left;
	vertical-align:top;
	color: #333;
	padding:10px 5px;
	border:none;
	display: inline-block;
	width: 15%;
}
	.list-documents li p {padding: 4px;}
	.column-20, .column-25, .column-30, .column-35, .column-33, .column-40, .column-50, .center-50, .column-65, .column-100, .column-12 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.column-12{width:12%;}
	.column-20{width:20%;}
	.column-25{width:25%;}
	.column-30{width: 30%;}
	.column-33{width: 33.3%;}
	.column-35{width: 35%;}
	.column-40{width: 40%;}
	.column-50{width: 50%;}
	.column-62{width: 62% !important;}
	.column-65{width: 65%;}
	.column-100{width: 100% !important;}

	.center-50{width:50%; margin: 0 auto 20px auto;}

/* Anpassung Ehrentafel */
.list-column-second-view {text-align: center; padding-top: 8px; padding-bottom: 5px; font-size:16px;}
.list-row:nth-of-type(2n) {background: #fcfcfc !important; border-bottom: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc;}

.no-width {width: 0%; display:none;}


/* Anpassungen für Paginierungen */
.pagination {font-family: 'Lato'; text-align: center; margin-bottom: 10px;}
	.pagination li {display: inline-block; border: 1px solid #dcdcdc; padding: 5px; border-right:none; text-align: center; width: 24px; height: 24px;}
	.pagination li:hover{background: #f1f1f1; transition: .8s;}
	.pagination li:nth-element {display: inline-block; border-left: none; border-right:none;}
	.pagination li:last-child {border-right: 1px solid #dcdcdc;}
	.pagination li.active {background-color: #f1f1f1; transition: .8s;}
	.pagination li a {font-size:16px; border-bottom: none;}
	.pagination-documents {margin-bottom: 20px;}
  .page-numbers {border: 1px solid #dcdcdc; padding: 5px;}
  .next, .prev {display: none !important;}

/******************* Mitglieder - Single-View Template ***********************/
/**********************************************************************/

/* Kopfzeile der Templateansichten */
#members, #mensur, #semester, #members-couleurdame, #members-deceased {
	padding: 20px 40px;
	background: url('img/korpo_members.jpg');
	background-position: right bottom;
	background-repeat:no-repeat;
	min-height: 550px;
}
  #semester-events{padding: 20px 40px;}
	/* Hintergrundanpassung und Rahmenanpassungen der Single Ansichten */
	#semester, #mensur, #members-couleurdame {background:none;}
	#mensur {padding: 0px; padding-top: 20px; min-height:0px;}
	#members-deceased {
		background: url('img/cross_roll_of_honor.jpg');
		background-position: right bottom;
		background-repeat:no-repeat;
	}
  #members-couleurdame {min-height: 0px;}

.members-events-preview {width: 50% !important; margin: 0 25% !important; }
.members-events-preview a {text-decoration: none; border: none;}
.members-events-preview img{width: 100%; height: auto;}

.main-header {
	padding: 40px;
	position: relative;
	background: #fbfbfb;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.members-nav-view {
	margin-top: 10px;
	height: 50px;
	min-height: 50px;
}

#members-headshot, #members-index {
	width: calc(29% - 20px);
	float: left;
	margin-right: 20px;
	position: relative;
}
	#members-index {width: 32%;}

#members-headshot img, #members-index img {
	width: 100%;
	height: auto;
	padding:1px;
	border:1px solid #999;
	background-color:#f1f1f1;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;

}
#members-name {float: left; width: 71%;}
	#members-name h1, #members-name h3, #members-name p {color: #333; margin-bottom: 3px; text-align: left;}
	#members-name h1 {font-size: 28px; padding-top: 0px; margin-bottom: 0px;}
	#members-name h3 {font-size: 18px; margin-bottom: 6px;}

#contact-details {float: left; font-size: 16px;}
	#contact-details ul {
		list-style-type: none;
		margin-top: 15px;
	}
		#contact-details ul li {
			margin: 5px 0px;
			color: #818181;
		}
		#contact-details ul li span {
			vertical-align: bottom;
			font-size: 16px;
			height: 26px;
			display: table-cell;
		}
		#contact-details ul li a {
			color: #31649b;
			text-decoration: none;
			-webkit-transition: all .3s ease-in;
			-moz-transition: all .3s ease-in;
			-o-transition: all .3s ease-in;
			-ms-transition: all .3s ease-in;
			transition: all .3s ease-in;
		}
		#contact-details ul li a:hover {
			color: #cf8a05;
		}

.members-detail {color: #666; font-size: 18px;}

/* Listanansichten, ein- und zweispaltig */
.section-content-onecolumn {
	list-style-type: none;
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	font-size: 18px;
	color: #666;
	width:100%;
}
	.section-content-onecolumn li {padding-bottom: 5px; }

.section-content-twocolumns, .section-content-twocolumns-list{
		font-size: 18px;
		color: #666;
		margin: 0px;
		width:100%;
	}
	.section-content-twocolumns li  {
		vertical-align: top;
		width: 32%;
		display: inline-block;
		padding-bottom: 5px;
	}
		/* Anpassung der Liste für Liste mehrere Leibfüxe */
		.section-content-twocolumns-list ul {position: relative; text-align: left;}
		.section-content-twocolumns-list li:first-child, .section-content-twocolumns-list li:nth-of-type(2) {
			width: 32%;
			float:left;
			text-align: left;
			margin-left:0;
			padding-bottom: 5px;
			display:inline-block;
			position:relative;
		}
		.section-content-twocolumns-list li:nth-of-type(2) {width: 68%;}

	.section-content-twocolumns li:nth-of-type(2n), .section-content-twocolumns-list li {
		width: 66%;
		display: inline-block;
	}
		.section-content-twocolumns-list li {margin-left: 32%; padding-bottom: 5px;}

section {
	border-top: 1px solid #dedede;
	padding: 20px 0px 20px 0px;
}
section:first-child {border-top: 0px;}
section img {display: block; margin: 0 auto;}

	.section-title {
		word-wrap: break-word;
		float: left;
		width: 32%;
		margin-bottom: 20px;
    padding-right: 15px;
    clear: both;
    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-title p {font-size: 14px; font-style: italic; color:#999;}
	.section-content {
		float: right;
		width: 68%;
	}
	.section-title h1 {
		padding: 0px;
		font-family: 'Lato';
		font-size: 18px;
		color: #31649b;
		text-align:left;
		padding-bottom: 8px;
		letter-spacing: 1.2px;
	}
	.section-content h2 {
		font-family: 'Lato';
		font-size: 14px;
		margin-bottom: -2px;
	}
	/* Anpassung Single-Ansicht Mensur */
	.mensur-single {
		padding-top: 15px;
		margin-bottom: 0px !important;
	}

.members-links-previous{float:left;}
.members-links-next{float:right; text-decoration:none;}
	.members-links-previous p a, .members-links-next p a {text-decoration:none; color:#444}

/********************* BEGINN Maps API ****************************/
.google-map {
	width: 90%;
	height: 600px;
	border: #ccc solid 1px;
	margin: 0 auto;
	margin-bottom: 40px;
	line-height:normal;

}
	.google-map img { max-width: inherit !important;}
	.google-map h4, .footer-maps h4 {text-transform: none; font-size: 12px; text-align: left; letter-spacing: 1px; padding-bottom: 5px; }
	.marker p {visibility: hidden; }
	.marker h4 {visibility: hidden; }
	.address{font-size: 14px; color: #999 !important;}

	.google-map img { max-width: inherit !important;}
	.google-map h4 {text-transform: none; font-size: 12px; text-align: left; letter-spacing: 1px; padding-bottom: 5px; }
	.marker p {visibility: hidden; }
	.marker h4 {visibility: hidden; }

/********************* BEGINN Kommentare ****************************/
.post-password-form {position: relative;}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Lato";
	font-size: 18px;
	font-size: 1.2rem;
}
.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {padding: 0;}

.comments-area {
	background-color: #fff;
	padding: 25px;
	padding-top: 0px;
}
	.comments-area > :last-child {
		margin-bottom: 0;
	}

.recentcomments{padding: 5px 0px;}


.comment-list{padding: 10px 0;}
.reply-title{padding: 0px;}
.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {

}

.comments-title, .comment-reply-title {
	font-family: 'Lato';
	font-size: 16px;
	padding: 10px 0px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 10px;
	/*border-left: 1px solid #dcdcdc;*/
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

/* Kommentartext */
.comment-body {margin-bottom: 10px; border-left: 1px solid #dcdcdc; padding-left: 20px;}
.comment-body p {margin-bottom:15px; color: #555; font-size: 18px; word-wrap:break-word;}

/* Kommentarbox zum eingeben des Kommentars */
#comment:focus{border: 1px solid #333; outline: none;}
#comment{text-align: left;}
.comment-form-comment, .logged-in-as {text-align: center;}

/* Anmeldeoptionen */
.logged-in-as a {text-decoration:none !important;}

.comment-meta,
.pingback .edit-link {
	color: #999;
	font-family: 'Lato';
	font-size: 14px;
	line-height: 1.5;
}

/* Meta Informationen (links) */
.comment-meta a,
.pingback .edit-link a {color: #666; text-decoration: none;}
.comment-meta a:hover, .comment-meta a:focus, .pingback .edit-link a:hover, .pingback .edit-link a:focus {color: #333;}

.comment-meta {
	margin-bottom: 1.6em;
}
	.comment-meta .edit-link {margin-left: 1em;}

.pingback .edit-link {
	margin-left: 1em;
}
	.pingback .edit-link:before {top: 5px;}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #dcdcdc;
	font-size:16px;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: 'Lato';
	text-decoration: none;
	padding: 5px 10px;
}


.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #aaa;
	background: #f1f1f1;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #6461de;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato';
	font-size: 12px;
	display: block;
	line-height: 1.5;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #818181;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato';
	font-size: 16px;
	margin-bottom: 5px;
	text-decoration: none !important;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #818181;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato';
	padding-top: 5px;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}
.form-submit {margin-bottom: 0;}

.required {color: #c0392b;}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    display: block;
    padding-top: 5px;
    text-transform: none;
    color: #7684ae;
}

.comment-reply-title small a:before {
	display:none;
}

.comment-respond h3 {
	padding: 10px 0px;
	font-family: 'Lato';
	font-size: 20px;
	color:#2d2d2d;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-reply-link {border-radius: 3px;}
/** Ende Bereich Kommentare */


/*Dokumentenübersicht*/
.documents-preview {float:left; width:15%; margin: 20px 20px 0px 0px;}
.documents-preview img {width:100%;}
.current-document {background: black;}


/** JQUERY ACCORDIOM */
 /* Style the buttons that are used to open and close the accordion panel */


#semester-list0 .list, #semester-list1 .list, #semester-list2 .list, #semester-list3 .list {min-height: 0px;}

button.accordion {
	font-family: 'Lato';
	font-size: 16px;
	letter-spacing: 1px;
    color: #444;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid grey;
	border-left: 0px;
	border-right: none;
	border-top: none;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.panel.show {
    display: block;
	border-bottom: 1px solid grey;
    opacity: 1;
    max-height: 8500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}



/******************** Animations from animate.css *********************/
/**********************************************************************/

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
		}
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes moveDown{
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Single Ansicht Mitglieder Seite - Media Queries und Animationen */

/* Nur relevant für Header Informationen bei Tablets und 4:3 Displays */
@media all and (min-width: 1061px) and (max-width: 1550px) {
h4 {font-size:12px;}
	.header-circle {
		width: 80px;
	}
	.header-circle, .header-circle-and-name > h1 {
		font-size: 30px;
		font-weight: 300;
	}
	.header-portrait, .guest-portrait {width: 160px; height: 160px; top:-20px; margin-left: 20px;}
	.header-portrait img, .guest-portrait img{width:100%; height: 100%;}

	.header-guest-props {
		max-width: calc(35% - 180px);
		margin-left: 180px;
	}
	.header-props  {
		max-width: calc(35% - 180px);
		margin-left: 180px;
	}
	.ext-short-information {
		max-width: calc(45% - 30px);
	}
	.social-links {
		float: left;
		max-width: calc(20% - 30px);
	}
	.latest-updates-members{display:none;}
	.latest-updates-posts {
		padding-top: 25px;
		display: inline-block;
		float: left;
		max-width: calc(65% - 50px);
		padding: 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media all and (min-width: 721px) and (max-width: 1060px) {
	/* Beginn Header */
	.list-icon {width: 18px; height: 18px;}
  .inline {display: none;}

	.small-text-pad{font-size: 12px;}
	.header-circle {
		width: 80px;
	}
	.header-circle, .header-circle-and-name > h1 {
		font-size: 30px;
		font-weight: 300;
	}
	.header-portrait, .guest-portrait {width: 120px; height: 120px; top:-20px; margin-left: 20px;}
	.header-portrait img, .guest-portrait img{width:100%; height: 100%;}

	.header-props, .header-guest-props  {
		max-width: calc(45% - 140px);
		margin-left: 140px;
    margin-top: 0px;
	}
	.ext-short-information {
    position: relative;
    max-width: calc(55% - 60px);
    padding: 0px;
    font-size: 14px;
    margin: 25px 30px 20px 0px;

  }
  .ext-short-information li{font-size: 16px;}
	.social-links {
    margin: 0px;
    position: absolute;
    float: left;
		max-width: calc(35% - 30px);
    top: 10px;
    right: 0px;
	}
  .social-links h4{display:none;}
	.latest-updates-members{display:none;}
	.latest-updates-posts {
		padding-top: 25px;
		max-width: calc(55% - 50px);
		padding: 25px;
    margin: 0px;
	}
	/* Ende Header */

	/* Hovermenü */
	.wrapper-hovermenu {width: 100%; margin: 0px;}
	.header-hovermenu{height: 50px;}
	#hovermenu-ext, #hovermenu-ext ul, #hovermenu-ext li {line-height: 50px; padding: 0px !important;}
	#hovermenu > ul > li > a, #hovermenu-ext > ul > li > a {font-size:16px; margin: 5px;}
	/* Ende Hovermenü */

	.tab label:hover {background-color: #f1f1f1;}
	.tab nav {font-size: 14px;};
	/* CONTENT */
	.tab {width: 85% !important;}
	.wrapper, .wrapper-single, .wrapper-nav-bar {
		position: relative;
		width: 96% !important;
		margin: 15px 2%;
		box-sizing: border-box;
	}
	#short-columns, #short-columns-ext {
		font-family: 'LatoSemibold';
		text-align: center;
		margin: 0px auto;
		width: 100%;
		height: auto;
		color: black;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		float: left;
	}
	#short-columns > ul > li, #short-columns > ul > li:first-child, #short-columns > ul > li:last-child {background-position: center; font-size:14px;}

	.img-description a {
		font-family: 'LatoSemibold';
		font-size: 14px;
	}

	.footer-contact p {
		text-align: left;
	}

	/* FOOTER */
	.footer p {font-size: 16px;}
  .footer-content{width: 700px;}

	/*Sidebar*/
	/*.sidebar ul li {font-size:14px;}*/
	#members-index {width: 35%; padding-bottom: 10px;}
	.slick-prev, .slick-next{display:none !important;}
	.contact-formular p {font-size: 16px !important;}

	/* Semesterübersicht */
	#semester-list-chargen, #semester-list-stwv {width: 100%;}
	#semester-list-stwv {width: 75% !important; margin-left: 12.5%;}
  .members-search{}
}

@media all and (max-width: 520px) and (min-width: 300px) {
	body{width: 100%;}
  .photostation {height: 440px !important; margin-top: 20px !important;}
  .icons-arrows {width:8%; padding: 10px 0px; display: inline-block; margin: 0 46%;}

	#short-columns ul > li:hover > a {animation-fill-mode: none;}
	li {font-size: 14px;}
	.wrap-mobile{width: 90% !important; margin: 0 5%;}

	p{font-size: 14px !important;}
	span{font-size: 14px !important;}

	#members-name h3 {font-size: 15px;}
	#members-name h1 {font-size: 24px; text-align: center;}
	h6{margin-top: 20px;}
	h1 {font-size: 28px; padding: 0px !important;}
	.section-title h1 {font-size: 16px; padding-bottom: 0px !important; }
	article h1 {
		padding-top: 10px !important;
	}
	h2 {
        text-align: center;
		font-size: 15px;
		margin: auto 10px !important;
		word-wrap:break-word;
		/* HEADER */
	}
	h4, footer h4, .header h4 {font-size:12px; line-height: 16px !important;}


  .header-circle {width: 70px;}
	.header-circle-and-name{padding-top: 5px;}
	.header-circle-and-name > h1 {
		display:none;
		font-size: 30px;
		font-weight: 300;
	}
	.header-portrait, .guest-portrait {width: 100px; height: 100px; top:-20px; margin-left: 20px;}
	.header-portrait img, .guest-portrait img{width:100%; height: 100%;}

	.header-guest-props, .header-props {
		max-width: calc(100% - 120px);
		margin-left: 120px;
    margin-top: 0px;
    padding-top: 10px;
    position: relative;
    padding-left: 20px;
	}
		.header-profile p {
			font-size: 12px;
		}
	.ext-short-information {
		min-width: 90%;
		padding: 0px;
		margin: 0px 5% 10px 5%;
	}

	.social-links {
    position: absolute;
    top: -20px;
		right: -10px;
	}
  .social-links h4{display:none;}
	.latest-updates-members, .latest-updates-posts {display:none;}

	/* Beginn Hovermenü */
	.wrapper-hovermenu {
		width: 100%;
		margin: 0px;
	}
	.header-hovermenu {
        width: 100%;
		height: 60px;
	}
	#hovermenu, #hovermenu-ext{
		height:60px;

	}
	#hovermenu > ul > li {
		display: inline-block;
		position: relative;
		float: left;
		border-right: 1px solid #dcdcdc;
		border-left: none;
		width: 33.3% !important;
	}
	#hovermenu, #hovermenu ul, #hovermenu li, #hovermenu-ext, #hovermenu-ext ul, #hovermenu-ext li {line-height: 30px; font-size: 14px; font-family: Lato;}
	#hovermenu-ext > ul > li:last-child {border-right:none !important;}
	#hovermenu > ul > li:last-child {border-right:none !important;}
	#hovermenu > ul > li > a, #hovermenu-ext > ul > li > a {margin: 0px 5px;}

	#hovermenu-ext > ul > li {
		width: 50% !important;
	}
	#hovermenu-ext, #hovermenu-ext ul, #hovermenu-ext li {line-height: 30px;}

	#hovermenu > ul > li:nth-of-type(3n+1), #hovermenu-ext > ul > li:nth-of-type(2n+1) {
		border-left: none !important;
	}
	#hovermenu > ul > li:nth-of-type(3) {border-right: none;}
	/* Ende Hovermenü */

	/* Inhaltsbereich */
	.tab {width: 90% !important; padding: 0px}
	.wrapper, .wrapper-single, .wrapper-nav-bar {
		position: relative;
		width: 100%;
		margin: 10px auto;
		box-sizing: border-box;
	}
		.wrapper-single{width: 90%;}
	#short-columns, #short-columns-ext {
		font-family: 'LatoSemibold';
		text-align: center;
		margin: 0px 10%;
		width: 80%;
		height: auto;
		font-size: 14px;
		color: black;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		float: left;
	}
	#short-columns > ul > li, #short-columns > ul > li:first-child, #short-columns > ul > li:last-child {background-position: center; width: 90%; margin-bottom: 10px;}
	.img-description a {
		font-family: 'LatoSemibold';
		font-size: 14px;
	}
	#events-list ul li {
		padding: 0px 5px 0px 5px;
		margin: 0px;
		height: 75px;
	}

	.maps-index-view {
		display:none;
	}
	.events-preview, .semester-preview {
		width: 100%; margin-bottom: 10px;
	}
	.events-img {
    position: relative;
    max-height: 180px;
    float: left;
    width: 80%;
    height: 180px;
    margin: 0 10%;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	#events-list {
		width: 80%;
		float: left;
		margin: 0 10%;
		position: relative;
	}
	.extern {
		width: 90%;
		margin: 30px auto !important;
		float: none;
	}
	.contact-extern label{font-size: 14px;}
	/* Dokumentenansicht */
	.column-65 {width: 60% !important;}
	.list-documents {width: 100%;}
	.documents-preview {display: none;}

	.panel {padding: 0 !important;}
	.page-documents {width: 100% !important;}
	.no-mobile{display:none;}

	/* Listenansichten */
  .search-members{width: 96% !important; margin: 0px 2%;}
	#semester-list-chargen {width: 100%; margin: 0;}
	#members-headshot {width: 60%; float: left; margin: 0 20%;}
	#members-index {width: 30%; margin: 10px 10px;}

	#members-headshot img, #members-index img {width: 100% !important;}
	.section-title {width: 100%; margin-bottom: 10px !important;}
	.section-content {float: right; width: 100%; font-size:14px; padding: 0px;}

	.widget_geburtstage_bbr ul li {font-size: 14px; padding: 10px 0;}

	.members-detail {color: #666; font-size: 14px !important;}

	#semester-list-chargen, #semester-list-stwv {width: 100%; margin-bottom: 40px;}
	#semester-list-stwv {margin: 0%;}

	.chargen-list {width: 92%; margin: 0 4%;}
	/* Listen in den Übersichtseiten */
	.list-header {background: rgba(118, 132, 174, 0.3) !important; border-top: 1px solid #bbb; color: white;}

	.list-column-element {
		font-size: 12px;
		width: 49.5%; /*schauen, warum 50% fehlerhafte Darstellung auswirft, bei Ehrentafel */
		vertical-align: top;
		word-wrap:break-word;
	}
	.list-accordion-element {
		font-size: 14px;
		color: #555;
		padding: 5px 5px;
		width: calc(40% - 10px);
		box-sizing: border-box;
		border-right: none;

	}
	.list-column-second-view {
		text-align: center;
		padding-top: 8px;
		padding-bottom: 5px;
		font-size: 12px;
	}
	.column-float-right {display: none;}
	.no-mobile{width: 0%; display:none;}
	.center-50 {width: 100%;}
	.column-100{width: 100% !important; text-align:center;}

	input {width: 200px;}


	/* Tab Menü Mitgliederverzeichnis */
	.tab nav {
		width: 100%;
		height: 75px;
		line-height: 25px;
		border-bottom: 1px solid #bbb !important;
	}
	.tab nav:after {display:none;}
	.tab section{height: 980px;}
	.tab section input {display: none;}
	.tab article input {display: block; margin: 10px auto; }
	.tab label {
		font-family: Lato;
		width: 50%;
		float: left;
		position: relative;
		font-size: 14px;
		height: 25px;
	}
	#aktivitas:checked ~ nav [for='aktivitas'], #ah:checked ~ nav [for='ah'], #death:checked ~ nav [for='death'], #unknown:checked ~ nav [for='unknown'], #resigned:checked ~ nav [for='resigned'] {
		color: #5e6c99;
		font-weight: 400;
		background: #fafafa;
	}
	.tab label:hover {background: #fafafa}

	/* Single Mitglied */
	.section-content-twocolumns, .section-content-twocolumns-list {font-size: 16px;}
	.section-content-onecolumn li {padding: 0px !important; margin: 10px 0px !important; font-size: 16px;}
	.section-content-twocolumns li {width:50% !important; word-wrap: break-word;}
	.section-content-twocolumns-list li:first-child, .section-content-twocolumns-list li:nth-of-type(2) {width: 50% !important;}
	.members-single-mobile li {margin-left: 50% !important; vertical-align: top; width: 50% !important;}
	.members-single-mobile li:first-child {margin-left: 0% !important; vertical-align: top; }
	.members-single-mobile li:nth-child(2) {margin-left: 0% !important; vertical-align: top; }

	#contact-details ul li {
		margin-bottom: 3px;
		color: #818181;
		text-align: left;
	}
	#contact-details ul {
		list-style-type: none;
		font-size: 14px;
		margin-top: 15px;
	}

	#members, #mensur, #semester, #members-couleurdame, #members-deceased {
    padding: 0px;
    min-height: 550px;
    width: 90%;
    margin: 0 5%;
	}
	.articles {
		width: 90%;
		margin: 0 5%;
	}
	.articles-header p {
		font-size: 14px !important;
		float: left;
		padding-left: 10px;
		height: auto;
	}
	.articles-list-header ul {position: relative; font-size: 14px;}
	.articles-list-header ul li {width: 35%;}
	.articles-list-header ul li:nth-of-type(2n) {width: 65%;}
	.articles-footer h4{
		width: 70%;
		font-size: 12px;
		line-height: 16px !important;
		float: left;
	}
	.articles-footer img {width: 24px; height: 24px;}
	.articles-comments h4{
		width: 10%;
		line-height: 24px !important;
	}


	#members-headshot img, #members-index img {
		width: 80%;
	}
	.tab article {
    position: absolute;
    left: 0;
    top: 75px;
	}
	#members-name {margin-top: 10px; width: 100%;}

	/* Sidebar */
	.sidebar {
		display: none !important; /*vorerst ausblenden */
		letter-spacing: 0.5px;
		color: #333;
		font-size: 16px;
		width: 90%;
		position: relative;
		float: left;
		margin: 0 5%;
		height: auto;

		padding-top: 80px;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* Footer */
	.footer p {font-size: 14px;}
	.footer-content{width: 90% !important; margin: 0 5%;}

	.footer-contact {
		width:calc(100% - 40px); height: auto;
	}
  .footer-contact h4{font-size: 12px; padding-bottom: 5px;}
	.footer-maps{display:none;}
	.footer-last-row img {width: 50px;}
  .footer-list-comments {
    width:calc(100% - 20px);
    margin: 10px;
    height: auto;
  }
  .footer-list-data{display:none;}

	#comment {
		width: 80%;
		text-align: center;
	}
	.blog-gallery img, .mensur-gallery img {cursor: pointer; max-height:145px;}
	.blog-single-gallery img {max-height: 200px;}

	.no-sidebar {width: calc(100% - 10%) !important; margin: 0px 5% !important;}
	.google-map {width: 100%; height: 280px;}
	.slick-prev:before, .slick-next:before, .slick-prev, .slick-next {display:none;}
	.articles-pagination{width: 100% !important; margin: 0 auto;}
}


@media all and (min-width: 520px) and (max-width: 720px) {
	.wrap-mobile{width: 90% !important; margin: 0 5%;}
	#short-columns ul > li:hover > a {animation-fill-mode: none;}
	li{font-size: 15px;}
  .photostation {height: 320px !important; margin-top: 20px !important;}


	body{width: 100%;}
	p{font-size: 15px;}
	#members-name h3 {font-size: 15px;}
	h1 {padding-top: 10px;}
	h2 {
        text-align: center;
		font-size: 16px;
		/* HEADER */
	}
	h4, footer h4, .header h4 {font-size:12px;}

	.header-circle {
		width: 50px;
	}
	.header-circle-and-name{padding-top: 5px;}
	.header-circle-and-name > h1 {
		display:none;
		font-size: 30px;
		font-weight: 300;
	}
	.header-portrait, .guest-portrait {width: 100px; height: 100px; top:-20px; margin-left: 20px;}
	.header-portrait img, .guest-portrait img{width:100%; height: 100%;}


  .header-guest-props {
    max-width: calc(100% - 120px);
    margin-left: 120px;
    margin-top: 0px;
    padding-top: 10px;
    position: relative;
    padding-left: 10px;
  }

  .ext-short-information {
    min-width: 90%;
    padding: 0px;
    margin: 0px 5% 10px 5%;
  }
  .social-links {
    position: absolute;
    top: 0px;
    right: -10px;
    max-width: calc(40% - 30px);
  }
  .social-links h4 {display:none;}

	.header-props  {
		max-width: calc(55% - 110px);
		margin-left: 110px;
    margin-top: 0px;
	}
		.header-profile p {
			font-size: 12px;
		}
	.ext-short-information {
    display:block;
    max-width: calc(30% - 30px);
		padding: 0px 0px 15px 20px;
	}

	.social-links {
		float: left;
		max-width: calc(40% - 30px);
		padding: 0px 10px 15px 20px;
	}
	.wrapper-hovermenu {
		width: 100%;
		margin: 0px;
	}
	.header-hovermenu {
        width: 100%;
		height: 60px;
	}
	#hovermenu, #hovermenu-ext{
		font-size: 12px;

	}
	#hovermenu > ul > li {
		display: inline-block;
		position: relative;
		float: left;
		border-left: 1px solid #dcdcdc;
		width: 33.3% !important;
	}
	#hovermenu, #hovermenu ul, #hovermenu li, #hovermenu-ext, #hovermenu-ext ul, #hovermenu-ext li {line-height: 30px; font-family: Lato !important;}
	#hovermenu > ul > li:last-child {border-right: none;}
	#hovermenu-ext > ul > li {
		display: inline-block;
		position: relative;
		float: left;
		border-left: 1px solid #dcdcdc;
		width: 50% !important;
	}
	#hovermenu-ext, #hovermenu-ext ul, #hovermenu-ext li {line-height: 30px;}

	.latest-updates-posts {
		display: inline-block;
		float: left;
    margin: 15px 0px;
    max-width: calc(45% - 20px);
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
  .latest-updates-posts li {font-size: 12px;}
	.latest-updates-members {display:none;}

	/* Inhaltselemente */
	.tab {width: 85% !important;}
	.wrapper, .wrapper-single, .wrapper-nav-bar {
		position: relative;
		width: 100%;
		margin: 15px auto;
		box-sizing: border-box;
	}
	.wrapper-single{width: 90%;}

	#short-columns, #short-columns-ext {
		font-family: 'LatoSemibold';
		text-align: center;
		margin: 0px 10%;
		width: 80%;
		height: auto;
		font-size: 14px;
		color: black;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		float: left;
	}
	#short-columns > ul > li, #short-columns > ul > li:first-child, #short-columns > ul > li:last-child {
		background-position: center;
		width: 310px;
		margin: 10px calc(50% - 155px);
	}
	.img-description a {
		font-family: 'LatoSemibold';
		font-size: 14px;
	}
	#events-list ul li {
		display: inline-block;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.maps-index-view {display:none;}
	.events-preview, .semester-preview {width: 100%;}
	.events-img {
		position: relative;
		max-height: 180px;
		float: left;
		width: 310px;
		margin: 10px calc(50% - 155px);
		border: 1px solid #dcdcdc;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



	/* Terminübersicht index.php */
	#events-list {
		width: 50%;
		float: left;
		margin: 0 25%;
		position: relative;
	}
	.extern {
		width: 90%;
		margin: 30px auto !important;
		float: none;
	}

	/* Listenansichten */
.search-members{width: 100% !important; margin: 0px;}
.members-detail {
    color: #666;
    font-size: 14px;
}

#semester-list-stwv {
		width: 80%;
		margin: 0 auto;
}

	.list {min-height: 640px;}
	.list-column-element {
		font-size: 14px;
		padding: 8px 5px;
		width: 49%;
	}
	.list-column-second-view {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 12px;
	}


	.column-float-right {
		display: none;
	}

	input {
        width: 250px;
		margin: auto;
		margin-bottom: 10px;
	}
	.tab nav {
	width: 100%;
	height: 75px;
	line-height: 25px;
	text-transform: uppercase;
	}
	.tab nav:after {
	  display:none;
	}
	.tab section {min-height: 900px !important;}
	.tab section input {display: none;}
	.tab article input {display: block; margin: 10px auto; position: relative; }
	.tab label {
	  font-family: Lato;
	  width: 50%;
	  float: left;
	  text-align: center;
	  cursor: pointer;
	  transition: .5s;
	  z-index: 2;
	  position: relative;
	  font-size: 16px;
	  height: 25px;
	}
	.tab label:hover {background: #fafafa;}
	#aktivitas:checked ~ nav [for='aktivitas'], #ah:checked ~ nav [for='ah'], #death:checked ~ nav [for='death'], #unknown:checked ~ nav [for='unknown'], #resigned:checked ~ nav [for='resigned'] {
		color: #5e6c99;
		font-weight: 400;
		background: #fafafa;
	}

	/* Single Mitglied */
	.section-content-twocolumns, .section-content-twocolumns-list {font-size: 16px;}
	.section-content-twocolumns ul, .section-content-twocolumns-list ul {list-style-type: none;}
	.section-content-onecolumn li {padding-bottom: 5px !important; font-size: 16px; width: 100%; padding-left: 10px;}
	.section-title h1 {font-size: 16px; padding-bottom: 0px;}
	.section-title {
    width: 29%;
    margin-left: 10px;

   }


	#contact-details ul li {
    margin-bottom: 3px;
    color: #818181;
    text-align: left;
	}
	#contact-details ul {
		list-style-type: none;
		font-size: 14px;
		margin-top: 15px;
	}

	#members, #mensur, #semester, #members-couleurdame, #members-deceased {
		padding: 0px;
		background: url(img/korpo_members.jpg);
		background-position: right bottom;
		background-repeat: no-repeat;
		min-height: 550px;
		width: 100%;
		margin: 0;
	}


	.articles {
		width: 90%;
		margin: 0 5%;
	}
		.articles-list-header ul {position: relative; font-size: 16px;}
		.articles-list-header ul li {width: 35%;}
		.articles-list-header ul li:nth-of-type(2n) {width: 65%;}
	.articles-header p {
       font-size: 16px !important;
	   height: auto;
	}

	#mensur-list img {
		width: 80%;
		margin: 0 10%;
		display: block;
	}
	#members-headshot{width: calc(45% - 40px);}
	#members-index {width: calc(25% - 40px); margin-bottom: 10px;}

	#members-headshot img, #members-index img {width: 100%;}
	#members-name {width: 55%;}

	.tab article {
		position: absolute;
		left: 0;
		top: 75px;
		height: 980px;
	}

	.articles-pagination{width: 100% !important; margin: 0 auto;}

	/* SIDEBAR */
	.sidebar {
		display:none !important;
		letter-spacing: 0.5px;
		color: #333;
		font-size: 16px;
		width: 90%;
		position: relative;
		float: left;
		margin: 0 5%;
		height: auto;

		padding-top: 80px;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* FOOTER */
	.footer p {font-size: 14px;}
	.footer-content{width: 100% !important;}
  .footer-maps, .footer-contact{width: calc(40% - 20px); margin:10px;}
  .footer-maps{width: calc(60% - 20px)}
	.footer-last-row img {width: 50px;}
  .footer-list-comments, .footer-list-data {
    width:calc(45% - 20px);
    margin: 10px;
    height: auto;
  }
  .footer-list-comments {width:calc(55% - 20px);}

	#comment {width: 80%; text-align: left;}

	.members-links-previous {
		float: left;
		font-size: 12px;
	}
	.members-links-next {
		float: right;
		font-size: 12px;
	}
	.blog-gallery img, .mensur-gallery img {cursor: pointer; max-height:145px;}
	.no-sidebar {
		width: calc(100% - 10%) !important;
		margin: 0px 5% !important;
	}
	.google-map {
		width: 90%;
		height: 280px;
	}
	.slick-prev:before, .slick-next:before, .slick-prev, .slick-next {display:none;}
	.no-mobile{width: 0% !important; display:none;}
	.column-15{width:25%;}
	.center-50 {width: 100%;}
	.contact-extern label{font-size: 16px;}
}

/* Timeline - Kopiert - noch anzupassen */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background:rgba(0,0,0,0.3)
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
}
.cd-timeline-img.cd-blue {
  background: #7C90CC;
}
.cd-timeline-img.cd-yellow {
  background: #FFED00;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}


@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em !important;
  border: 1px solid #dcdcdc;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h1 {
  font-size: 26px;
  line-height: 1.2;
  margin: 10px 0px;
  padding: 0px;
 }
.cd-timeline-content p, .cd-timeline-content .cd-date {}

.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {

.cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.2em !important;
    width: 40%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -6px;
    font-size: 20px !important;
    font-size: 1rem;
    text-align:left;
    color: black;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Kontakformular */
.wpcf7 input {
    width: 100%;
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.sidebar textarea, .wpcf7-textarea {
  color: #444;
  border: 1px solid #ccc;
  border-radius: 5px;
  width:calc(100% - 12px);
}

.wpcf7-text {color: #444;}

.wpcf7-submit:hover {
  transition: .5s;
  background: #f1f1f1;
  border: 1px solid #aaa ;
}
.wpcf7-validation-errors{border:none !important;}
span.wpcf7-not-valid-tip {color: #f00; font-size: 14px !important; display: block; margin-top:5px;}
.wpcf7-response-output {margin: 2em 0.5em 1em; padding: 0 !important;}
.wpcf7-mail-sent-ok{border:none !important;}
.wpcf7-form-control{
    font-size: 16px;
    font-family: 'Lato';
    padding: 5px !important;
    line-height: 20px;
}
.wpcf7-form-control:focus {
  border: 1px solid #aaa !important;
  text-decoration:none;
  outline:none;}
.wpcf7-select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0px !important;
  width: 100%;
}
input.submit:hover{
  background: #f1f1f1 !important;
  border: 1px solid #f1f1f1;
}





.prev, .next {display:none;}
.pagination h2{display: none;}
.nav-links a{font-size: 18px; display: inline-block;}
#loader{display:none;}


.ajax-loader{width: 24px !important; height:auto;}
.contact-extern {margin-top: 25px; font-size: 14px;}
.contact-formular p {margin: 10px 0px;}
.contact-formular .wpcf7-form-control {margin: 5px 0px 15px 0px;}

/* Ajax Loader für lang ladende Elemente */
.divLoading{
	//position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background-size: 50px 50px;
	background-image:url('img/gears.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;
	opacity: 0.6;
}
.divLoading.remove {display:none;}

.horizontal{margin: 20px 0px !important; }

#map-aktivitas, #map-ah {}

#load-screen {
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  position: absolute;
    background: url('img/ajax-loader.gif') no-repeat center center #fff;
    opacity: 0.3;
    z-index: 100;
}

.photostation {width: 100%; height: 880px; margin-top: 40px;}

.user-language-wrap{
  visibility:hidden;
}
