body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

body{
font-family: 'Assistant', sans-serif;
}


h2{
	color: #918472;
	font-weight: 400;
	margin-top: 10px;
}

h3{
	margin-bottom: 0px;
	color: #918472;
	font-weight: 600;
}

.navbar-nav{
padding-right: 20px;
}


.nav li{
font-size: 14px;
}

li{
margin-bottom: 2px;
font-size: 16px;
}

table{
font-size: 16px;
}

.w-nm{
font-size: 16px;
}

a, a:focus{
	font-weight: 400;
	color: #0278ba;
	text-decoration: none;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
}
p a::before,
.events a::before{
content:"→\00a0";
}

.noarrow::before{
content:"";
}

.eventdetails > div{
	padding-top: 4px;
}

a:hover{
	text-decoration: none;
}

p a:hover{
	text-decoration: none;
	background-color: #0278ba;
	color: #FFF;
}

a:focus{
    outline: none;
    text-decoration: none;
}

p {
  font-weight: 400;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
}


.wl-image-right{
margin-bottom: 8px;
}

.wl-italic{
  font-family: "Times New Roman", serif; 
	font-style:italic;
	color: rgba(0,0,0,0.8)
}

.wl-aktuell{
float: left;
font-size: 16px;
height: 205px;
padding: 0px;
color: #FFF;
}

.wl-teaser{
background-color: #b9b1a9;
padding: 10px;
color: #FFF;
margin-bottom: 8px;
}

.wl-teaser h2{
color: #FFF;
}


.wl-button, .wl-button:focus{
background-color: #FFF;
border-radius: 5px;
color: #918472;
padding: 6px;
margin-top: 10px;
float: left;
margin-left: 8px;
}

.wl-button:hover{
text-decoration: none;
background-color: #938077;
color: #FFF;
}

@keyframes wl-pulse {
    0% {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    }
    25% {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    }    
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        box-shadow: -2px 3px 7px rgba(0,0,0,0.5);
    }
    75% {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    }
    100% {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    } 
}


@keyframes wiggle {
    0% {
        transform: rotate(0deg);
        box-shadow: 0px 0px 2px rgba(0,0,0,0.7);
    }
    94% {
        transform: rotate(0deg) scale(1);
    } 
    95% {
        transform: rotate(0.5deg) scale(0.95);
    } 
    96% {
        transform: rotate(0deg);
    } 
    97% {
        transform: rotate(5deg);
    }    
    98% {
        transform: rotate(-4deg) scale(1.03);
    }
    99% {
        transform: rotate(2deg) scale(1);
    }
	 	100% {
        transform: rotate(-1deg);
				box-shadow: 0px 0px 2px rgba(0,0,0,0.7);

    }
}

h1{
display: inline;
}

.wl-top-bar{
margin: 0px;
}

.wl-top-bar table{
width: 100%;
}

.wl-top-bar table tr td{
margin: 0px;
padding: 0px;
border: none;
}

.wl-vitaimg{
width: 100%;
height: 226px;
margin-bottom: 8px;
background-position: top left;
}

.animate1{
 		animation: wl-pulse 3.8s ease-in-out infinite alternate;
}

.animate2{
 		animation: wiggle 7s ease-in-out infinite;
}

.wl-buch{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	margin-left: 10px;
	padding: 0px;
}

.wl-nav-highlight{
width: 100%;
height: 100%;
padding: 0px;
}

.wl-fullref, .wl-fullref:focus, .wl-fullref:visited{
color: #FFF;
text-decoration: none;
font-weight: 400;
display: flex;
justify-content: flex-start;
align-items: flex-end;
background-color: blue;
height: 100%;
width: 100%;
font-size: 18px;
vertical-align: bottom;
padding-left: 8px;
padding-bottom: 6px;
background-color: #b9b1a9;
text-align: left;
}

.wl-fullref:hover{
background-color: #938077;
color: #FFF;
text-decoration: none;
}

.wl-stone1{
background-image: url("media/wl-steine1.png");
background-repeat: no-repeat;
border-right: 4px solid #FFF;

}
.wl-stone2{
background-image: url("media/wl-steine2.png");
background-repeat: no-repeat;
border-left: 0px solid #FFF;
border-right: 0px solid #FFF;
}
.wl-stone3{
background-image: url("media/wl-steine3.png");
background-repeat: no-repeat;
background-position: top right;
border-left: 4px solid #FFF;
}

.wl-nav-highlight tr td{
height: 100%;
width: 33%;
}

.wl-nav-highlight tr td{
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 280px){

	.wl-navbar-logo img{
	float: left;
	width: 80vw;
	height: auto;
	padding-left: 25px;
	}
	
	
	p{
	font-size: 16px;
	}
	
	.wl-image-right{
	width: 40vw;
	float: right;
	margin-left: 5px;
	}
	
	.wl-image-right2{
	margin-right: 11px;
	padding: 10px;
	width: 300px;
	}
	
	.undernav{
	margin-top: 90px;
	}
	
	.wl-teaser{
	height: 150px;
	}
	
	.wl-aktuell{
	height: 80px;
	}
	
	.wl-teaser-img{
	height: 120px;
	margin-top: 14px;
	margin-left: 4px;
	display: block;
	float: left;
	margin-right: 20px;
	}
	
	.wl-teaser{
	background-color: #b9b1a9;
	color: #FFF;
	}
	
	.wl-teaser h2,
	.skewrapper h2{
	font-size: 16px;
	margin-bottom: 0px;
	}
	
	.wl-navbar-logo img{
	float: left;
	width: 80vw;
	height: auto;
	padding-left: 25px;
	}

}

.navbar-default{
background-color: #FFF;
padding-top: 15px;
padding-bottom: 15px;
}



.navbar-nav>li>a{
color: #b9b1a9;
font-weight: 400;
}



@media only screen and (max-width : 320px){
	.logo{
	width: 220px;
	}
	.Wendlandt{
	width: 220px;
	}
}

@media only screen and (min-width : 321px){
	.logo{
	width: 264px;
	}
	
	.Wendlandt{
	width: 260px;
	}
}
	
@media only screen and (max-width : 479px){

	#wl-steine4, #wl-steine5{
	width: 100%;
	margin: 0px;
	}

	
	#wl-steine5{
	height:80px;
	}
	
	.Wolfgang-Wendlandt, h1, .Professor-Dr{
	font-size: 14px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
	.wl-image-right{
	width: 30vw;
	float: right;
	}	
	
	wl-image-right2{
	float: right;
	}
	
	.wl-navbar-logo img{
	float: left;
	width: 250px;
	height: auto;
	padding-left: 25px;
	}

	.skewrapper h2{
		font-size:  30px;
	}
	
	
}


@media only screen and (max-width : 767px){
	
	.navbar .pull-right {
        float: none !important;
    }
    
    a.anchor {
    top: -92px;
	}
	
	.logostones{
	margin: 0px 20px;
	}
	
	.logo{
	position: absolute;
	left: 55px;
	bottom:5px;
	}
	
	.wl-navbar-logo{
	float: left;
	}	
	
	.Wolfgang-Wendlandt, h1, .Professor-Dr{
	font-size: 18px;
	}
	
	.navbar-toggle{
	margin-top: 22px;
	}	

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px){


	.Wolfgang-Wendlandt, h1, .Professor-Dr{
	font-size: 20px;
	}

	.logostones{
	margin: 0px -26px;
	}
	
	.logo{
	position: absolute;
	bottom: 5px;
	}

	.skewrapper h2{
		font-size:  18px;
	}
	
	
	a.anchor {
    top: -100px;
	}
		
	p{
	font-size: 16px;
	}
	
	.wl-image-right{
	width: 20vw;
	float: right;
	}
	.undernav{
	margin-top: 105px;
	}

	.wl-nav{
/*		width: 220px;*/
	}
	
	.wl-nav li a{
	padding: 0px;
	}
	
	#wl-1, #wl-2, #wl-3, #wl-4, #wl-5, #wl-6{
	clear: both;
	} 
	
	.wl-navbar-logo img{

	}

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
background-color: #FFF;
color: #918472;
font-weight: 600;
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 991px){

	.wl-nav-highlight{
	width: 100%;
	height: 100%;
	}
	.wl-teaser{
	background-color: #b9b1a9;
	color: #FFF;
	width: 100%;
	}
	
	.wl-stone1{
	background-position: left center;
	}
	.wl-stone2{
	background-position: right;
	}
	.wl-stone3{
	background-position: top right;
	}

	.navbar-header .wl-navbar-logo img{
	float: left;
	}
	
	.wl-aktuell{
	width: 100%;
	}
	.wl-stimg{
	width: 100%;
	height: 200px;
	margin-bottom: 0px;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	}
}



@media only screen and (min-width : 992px){

	.wl-stimg{
	width: 80%;
	height: 200px;
	margin-bottom: 8px;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	}

	.wl-navbar-logo{
	float: right;
	text-align: right;
	}

	.wl-image-right{
	width: 15vw;
	float: right;
	}
	
	.wl-nav{
/*	width: 220px;*/
	}
	
	.wl-teaser-img{
	height: 145px;
	margin-top: 5px;
	display: block;
	float: left;
	margin-right: 20px;
	}
	
	.wl-teaser, .wl-aktuell{
	height: 180px;
	border-left: 8px solid #FFF;
	}

	.wl-navbar-logo img{
	width: 320px;
	}
	
	.wl-vitaimg{
	background-size: 135% auto;
	height: 250px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1500px){
		.wl-image-right{
	width: 12vw;
	float: right;
	}
	p{
	font-size: 18px;
	}
	
	.wl-vitaimg{
	background-size: 135% auto;
	height: 270px;
	}
	
}

.lity {
  background: rgba(0, 0, 0, 0.8) !important;
}

.media-preview, .media-placeholder{
display: block;
height: 70px;
width: 95%;
margin-bottom: 5px;

}

.media-preview{
background-color: rgba(0,0,0,1);
border-radius: 3px;
padding: 3px;
text-align: center;
background-size: cover;
color: #FFF;
text-shadow: 0 0 3px rgba(0,0,0,0.7);
font-size: 90%;
background-position: center;
}

.media-preview:hover{
opacity: 0.8;
}

/* accordion */

.wrapped {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}


.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #b9b1a9;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '▲';
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '▶';
  transform: scale(1);
  transition: all 0.5s;
}


/* #accordion rotate icon option */

#accordion .panel-heading a:before {
	content: '▶';
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 33px;
	transition: all 0.5s;
	}

#accordion .panel-heading a.collaped:before {
  content: 'x';
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 10px;
  transition: all 0.5s;
}

.beforecollapsed{}



#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

/* --- */
.wl-acc-h1{
font-size: 22px;
display: block;
font-weight: 600;
margin-bottom: 2px;
}

.wl-acc-h2{
font-size: 16px;
display: block;
font-weight: 600;
margin-bottom: 2px;
color: rgba(0,0,0,0.5);
}

.wl-acc-h3{
font-size: 16px;
display: block;
font-weight: 400;
color: rgba(0,0,0,0.5);
}


a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}

.wltdate{
padding-right: 10px;
font-weight: 600;
vertical-align: top;
}

.wl-termine table{
width: 100%;
}

.wl-termine table tr{
margin-bottom: 4px;
}

.wl-termine table tr td{
padding: 6px 3px;
}

.wl-termine table tr:nth-child(even) {background: rgba(185, 177, 169, 0.2);}
.wl-termine table tr:nth-child(odd) {background: rgba(185, 177, 169, 0.4);}

.wlt-noback{
width: auto;
}

.wlt-noback tr td{
padding: 0px;
background: #FFF;
}

.modal-body h2{
font-weight: 600;
font-size: 30px;
margin: 7px -1px;
}

.modal-body h3{
font-size: 22px;
font-weight: 400;
}

.modal-body h4, .modal-body h3{
margin: 5px 0px;
}

.modal-body a{
	word-wrap: break-word;
}


.logostones{
float: left;
width: 30px;
height: 63px;
}

#wl-stone1{
width: 98%;
height: 49%;
padding: 0px;
}

#wl-stone2{
width: 98%;
height: 49%;
padding: 0px;
}

.wlrollers{
height: 50px;
width: 50px;
display: block;
}

.Professor-Dr{
color: #b9b1a9;
margin-right: 3px;
}

.Wolfgang-Wendlandt, h1{
color: #0278ba;
font-weight: 600;
}

.Wendlandt{
height: 65px;
position: relative;
margin-left: 8px;
}

#wl-aktuell > div > div > div.modal-body.wl-termine > tbody > tr > td.wltdate{
padding-left: 5px;
}

.modal-title{
font-weight: 600;
font-size: 24px;
color: rgba(0,0,0,0.8);
}

.wl-unterzeile{
color: #918472;
font-weight: 600;
}

.skewrapper {
  display:flex;
  padding:  0;
  height: 180px; 
}

.skewrapper h2{
	color:  #FFF;
}

@media only screen and (max-width : 991px){
	.skewrapper {
		margin:  10px -15px;
	}
}

.skew {
    width:50%;
    background: #b9b1a9;
    margin:0px;
    position:relative;
}

.skew:before {
		z-index:  -10;
    content:"";
    position:absolute;
    background: #b9b1a9;
    top:0;
    bottom: 0;
    width: 65px;
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -ms-transform: skew(-19deg);
    transform: skew(-19deg);
}
    
.skew1{
    margin-right: 35px;
  }
.skew2{
    margin-left: 35px;
  }

.skew1:before {
    right:-30px;
}

.skew2:before {
    left:-30px;
}

@media only screen and (max-width : 990px){
	.onlybig{
		display: none;
	}

	.onlysmall{
		display: block;
	}
}

@media only screen and (min-width : 991px){
	.onlybig{
		display: block;
	}

	.onlysmall{
		display: none;
	}
}

@media only screen and (max-width : 991px){
	.honor1{
		display: none!important;
	}
	.honor2{
		display: block;
	}
}
@media only screen and (min-width : 992px){
	.honor1{
		display: block;
	}
	.honor2{
		display: none!important;
	}
}