﻿
@media screen and (max-height: 490px) {
	.bodytext,
	#page {
		height:auto !important;
	}
}


@media screen and (max-width: 991px) {
	.left-menu-wrapper,
	.right-menu-wrapper,
	.page-template-page-kalender .col-left,
	.col-right {display:none;}
		
	.page-template-page-kalender .col-right	{
		display:block;
	}	
		
		
	#page {
		width:991px;
		max-width:100%;
		/* min-height:710px; */
		max-height:inherit;
		top:0px;
		overflow:hidden;
	}	
	
	.section-cc0 .row {
		display:block;
	}
	
	.col-left,
	.col-right	{
		width:100%;
		max-width:100%;
	}
	
	#header {
		height: 161px;
	}
	
	#page .inside-wrapper:after{
		background: linear-gradient(0deg,rgba(234, 234, 234, 1) 0%, rgba(234, 234, 234, 1) calc(100% - 177px), rgba(234, 234, 234, 0) calc(100% - 30px));
	}
	
	#page .inside-wrapper.menu-shown:after{
		height:50%;
		top:0;
	}
	
	#page .inside-wrapper.menu-shown:before{
		content:'';
		position:absolute;
		background: linear-gradient(180deg,rgba(234, 234, 234, 1) 0%, rgba(234, 234, 234, 1) calc(100% - 160px), rgba(234, 234, 234, 0) 100%);
		width:100%;
		height:50%;
		bottom:0;
	}

	.logo-wrapper {
		max-width:100%;
		width:140px;
		height:140px;
		top:11px;
	}
	
	.logo-wrapper img {
		width:auto;
		height:auto;
	}
	
	.logo-wrapper img.imglogo {
	  width:100%;
	  top:auto;
	  left:auto;
	  right:auto;
	  bottom:auto;
	  margin:0;
	}

	.logo-wrapper img.imglogo-hover {
	  max-width:calc(100% + 6px);
	  width:calc(100% + 6px);
	  top:auto;
	  left:auto;
	  right:auto;
	  bottom:auto;
	  margin:0;
	  left:-2px;
	  top:-2px;
	}


	
	h2 {
		font-weight: 400;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -2%;
		text-align: center;
		vertical-align: middle;
	}
	
	.text-wrapper {
		border-top:2.5px solid #000;
		margin-top:5px;
	}
	
	.bodytext div:not(.accordion-content) > p, .bodytext div:not(.accordion-content) > ul li,
	.bodytext div.accordion-content > p, .bodytext div.accordion-content > ul li {
		font-weight: 400;
		font-size: 18px;
		line-height: 20.5px;
		letter-spacing: -2%;
	}

	.accordion-title-disabled,
	.accordion-title {
		font-size: 30px;
		line-height: 30px;
	}
	
	
	.mobile-menu-wrapper ul,
	.mobile-menu-wrapper li {
		display:block;
		padding:0;
		margin:0;
		text-align:center;
	}
	
	.mobile-menu-wrapper a {
		font-weight: 400;
		font-size: 30px;
		line-height: 43px;
		letter-spacing: -2%;
		text-align: center;
		vertical-align: middle;
		color: #000;
		border-top:2.5px solid #000;
		display:block;
	}
	
	.mobile-menu-wrapper li:last-child a {
		border-bottom:2.5px solid #000;
	}
	
	.bodytext > .title {
		opacity:1;
		visibility:visible;
	}
	
	
}


@media screen and (max-width: 575px) {
	#page {
		max-width:100%;
	}
}

