/**
 * Place your custom styles here.
 */
@import "expand-box.css";
@import "colors.css";
 
 
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	transition: transform 350ms ease-in-out;
}
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2){
	transform: rotate(45deg) translateY(4.5px);
}
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3){
	transform: scale(0);
	display: none;
}
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4){
	transform: rotate(-45deg) translateY(-4.5px);
}
 
 html{
	 overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
 }
 body,
 body.navbar-is-fixed-top{
	 margin-top: 0px !important;
	 padding-top: 0px !important;
	 /*overflow-y: hidden !important;*/
 }
 
 body.toolbar-tray-open{
	 margin-top: 40px !important;
 }
 
 /*
 .scroll-container{
	 max-height: 75vh;
	 overflow-y: auto;
 }
 */
 
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 0px;
}
html {
	overflow-y: scroll;
}
 

 
/*** HELPERS ***/
.no-padding-h{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-v{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
 
/*** MAIN ***/
.main-container{
	background: white;
	margin-top: 50px;
	margin-bottom: 50px;
}
.container-fluid{
	padding-left: 5vw !important;
	padding-right: 5vw !important;	
}

a,
.btn-link{
	color: rgb(0, 91, 170);
}
a:hover,
.btn-link:hover,
a:hover,
.btn-link:active,
a:active,
.btn-link:focus,
a:focus{
	color: rgb(0,36,69);
	text-decoration: none;
}
a:hover, a:active{
	color: #111;
	text-decoration: none !important;
}
.g-recaptcha{
	margin-bottom: 10px;
}
 
/*** HEADER ***/
.navbar{
	background-color: #fff;
	border: none !important;
	padding: 15px 0px;
	padding-top: 0px;
	margin: 0px;
}

.navbar > .container-fluid{
	padding-top: 15px;
}

.infobar{
	background: rgb(0, 91, 170);
	padding-top: 5px !important;
	padding-bottom: 5px;
}

.infobar-inner > .region{
	display: flex;
    justify-content: flex-end;
}

.navbar,
.carousel-inner,
.page-banner section{
	box-shadow: 0px -32px 32px 32px rgba(0,0,0,0.75);
}
.navbar img{
	max-height: 40px;
}
.region-header{
	margin-top: 25px;
}
#block-headerimageblock{
	background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
}
.navbar-nav li a{
		color: black !important;
		font-weight: bold;
		font-size: 18px !important;
}

@media only screen and (min-device-width : 768px){
	.navbar-nav{
		float: right;
	}

	.navbar-nav li a{
		padding: 30px 15px 0px 15px !important;
	}
}

/*** CONTACT ***/
.contact-message-feedback-form .form-textarea{
	height: 100px;
}
@media only screen and (min-width: 1200px) {
	.contact-message-feedback-form{
		width: 25%;
		min-width: 600px;
	}
}


/*** BIG LIST ***/
.big-list-bottom-row {
    display: flex;
}
.big-list-bottom-row > * {
    padding: 10px;
}
.big-list-text{
	flex: 1 0;
}
.big-list-image{
	width: 200px;
	padding: 0px;
}
.big-list-link{
	align-self: flex-end;
}
.big-list-row{
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-device-width : 767px){
	.big-list-bottom-row {
		flex-direction: column;
	}
	.big-list-text{
		flex: 0;
	}
	.big-list-link,
	.big-list-link a{
		width: 100%;
	}
	.big-list-image,
	.big-list-image img{
		width: 100%;
	}
}



/*** ACCORDION ***/
.ui-accordion .ui-accordion-header {
	padding: 15px !important;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgb(0, 91, 170);
    font-size: 18px;
    font-weight: bold;
    color: black !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color: rgb(0, 91, 170);
}

*:focus {outline:0;}

.ui-accordion .views-row{
	margin-bottom: 10px !important;
}
.ui-accordion-content{
	border: none;
}

/*** SLIDER ***/
.views-slideshow-slide{
	overflow: hidden;
}

.views-slideshow-slide,
.carousel-inner{
	height: 500px;
}

.views-slideshow-slide,
.carousel-inner img,
.views-slideshow-slide img{
	display: block !important;
    height: auto !important;
    height: 100% !important;
    min-width: 100% !important;
    width: auto !important;
	max-width: none !important;
}



/*** BANNER ***/
.page-slider,
.page-banner{
	margin-top: 114px;
}
.page-banner section {
	min-height: 250px;
    height: 500px;
    height: 30vmax;
    max-height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.page-banner img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

.main-container{
	margin-top: calc(50px + 114px);
}

.page-banner + .main-container,
.page-slider + .main-container{
	margin-top: 50px;
}


/*
#views-bootstrap-tab-views-bootstrap-leistungen-block-1{
	width: 50%;
	margin: 0px auto;
}
.flex-tiles .nav-list.nav-justified{
	font-size: 14px;
	line-height: unset;
	font-weight: unset;
	text-transform: none;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 0px 0px;
}
#views-bootstrap-tab-views-bootstrap-leistungen-block-1 .tab-content{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
}
.nav-justified > li{
	width: 100%;
}
#views-bootstrap-tab-views-bootstrap-leistungen-block-1 .nav:before{
	content: unset;
}

@media only screen and (max-device-width : 767px){
	.flex-tiles .nav-list.nav-justified{
		flex-direction: column;
	}
	.nav-list.nav-justified li{
		flex: 0 100%;
	}
}



.nav-list.nav-justified li a{
	background-color: #fff;
	transition: all 350ms ease-in-out;
	height: 100%;
	padding: 25px;
}

.nav-list.nav-justified li a h3{
	margin-top: 0px;
}

.nav-list.nav-justified li.active a{
	background-color: rgb(0, 91, 170);
	color: white;	
}

.nav-list.nav-justified li a:hover{
	background-color: rgb(0, 91, 170);
	color: white;
}

#views-bootstrap-tab-views-bootstrap-leistungen-block-1 .tab-content{
	padding: 25px 0px;
}
*/

img[usemap]{
	width: 90vw;
	height: auto;
}
/*** FOOTER ***/
.footer{
	background-color: #005baa;
}
.navbar *,
.footer *{
	color: white;
}
.region-footer{
	display: flex;
    justify-content: space-between;
}
.footer{
	padding: 2.5px 0px;
}