/* Default Settings */

* {
	scroll-behavior: smooth;
}

.wp-block-image.h-100 img {
	height: 100%;
}

.clear {
	clear: both;
}

.align-right {
	text-align: right;
}

a, a:hover {
	color: #274e82;
}

.wp-block-button a {
	background-color:  #274e82;
	color: #ffffff;
	transition: all 0.3s;
}

.wp-block-button a:hover {
	opacity: 0.8;
	color: #ffffff;
	text-decoration: none;
}

/* Header */

header {
	padding: 25px 0;
}

header .row {
	align-items: center;
}

.logo img {
	height: 100px;
	max-width: 100%;
	max-height: 100%;
}

nav {
	text-align: right;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	list-style: none;
	padding: 5px;
}

nav ul li a {
	color: inherit;
	padding: 5px;
}

nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #274e82;
}

nav ul li.current_page_item a {
	background-color: #274e82;
	padding: 5px;
	color: #ffffff;
}

.mobile-nav {
	background-color: #efefef;
	margin: 15px 0 0 0;
	display: none;
}

.mobile-nav-trigger {
	text-align: center;
	font-size: 25px;
	padding: 5px 0;
}

.mobile-nav-trigger i {
	cursor: pointer;
}

.mobile-nav .nav-items {
	display: none;
}

.mobile-nav .nav-items ul {
	margin: 0;
	padding: 0 15px 25px 15px;
}

.mobile-nav .nav-items li {
	list-style: none;
	border-bottom: 1px solid #c4c4c4;
}

.mobile-nav .nav-items li:last-child {
	border-bottom: none;
}

.mobile-nav .nav-items li a {
	color: inherit;
	line-height: 30px;
}

.mobile-nav .nav-items li a:hover {
	color: #274e82;
	text-decoration: none;
}

.mobile-nav .nav-items li.current-menu-item a {
	color: #274e82;
}

.slider {
	border-bottom: 5px solid #274e82;
}

.sliderwrap, .slideritem {
	height: 650px;
}

.slideritem {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slogan {
	background-color: #efefef;
	text-align: center;
	color: #274e82;
	font-size: 50px;
	font-weight: 200;
	padding: 30px 0;
}

/* Main */

section.content {
	padding: 50px 0;
}

section.content_unterseite {
	border-top: 5px solid #274e82;
}

form.wpcf7-form {
	display: block;
	margin: auto;
	width: 600px;
	max-width: 100%;
	padding: 15px;
	background-color: #efefef;
}

form.wpcf7-form .formfield {
	width: 50%;
	float: left;
	padding: 5px 15px;
}

form.wpcf7-form .formfield.fullfield {
	width: 100%;
	padding: 5px 15px;
}

form.wpcf7-form .formfield label {
	margin: 0;
}

form.wpcf7-form .formfield input, form.wpcf7-form .formfield textarea {
	width: 100%;
	border: none;
	padding: 5px;
}

form.wpcf7-form .formfield input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
}

form.wpcf7-form .formfield input[type="submit"] {
	background-color: #274e82;
	color: #ffffff;
	padding: 10px;
}

/* Footer */

.cta {
	background-color: #efefef;
	text-align: center;
	padding: 30px 0;
}

.cta-head {
	color: #274e82;
	font-size: 50px;
	font-weight: 200;
	display: block;
}

.cta a {
	padding: 15px;
	background-color: #274e82;
	color: #fff;
	display: inline-block;
	width: 300px;
	max-width: 100%;
	margin: 25px 15px;
}

.cta a:hover {
	text-decoration: none;
}

footer {
	border-top: 5px solid #274e82;
}

.main-footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.icon-td {
	padding-right: 5px;
}

table.contact a {
	color: inherit;
}

table.contact a:hover {
	color: #274e82;
	text-decoration: none;
}

ul.social {
	padding: 0;
	margin: 15px 0 0 0;
}

ul.social li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
}

ul.social li a {
	padding: 5px;
	background-color: #274e82;
	color: #fff;
	font-size: 25px;
}

.route {
	color: #274e82;
	font-size: 20px;
    padding-bottom: 10px;
    display: block;
}

.route:hover {
	color: #274e82;
	text-decoration: none;	
}

footer iframe {
	border: none;
	width: 100%;
}

.bottom-bar {
	background-color: #efefef;
	padding: 10px 0;
}

.bottom-bar a {
	color: inherit;
}

.bottom-bar a:hover {
	color: inherit;
	text-decoration: none;
}

.imprint_logo {
	width: 125px;
}

.menu-footermenue-container ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.menu-footermenue-container ul li {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}

.menu-footermenue-container ul li::before {
	content: '-';
	position: absolute;
	left: 2px;
}

.menu-footermenue-container ul li:first-child::before {
	display: none;
}

/* Responsive */


@media only screen and (max-width: 1200px) {
	
	header {
		padding-bottom: 0;
	}
	
	.logo {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.logo img {
		display: block;
		margin: auto;
	}

	nav {
		display: none;
	}

	.mobile-nav {
		display: block;
	}
	
}

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

	.sliderwrap, .slideritem {
		height: 375px;
	}

	.cta a{
		margin: 25px 0 0 0;
	}

	.slogan {
		font-size: 30px;
		padding: 20px 0;
	}

	.route {
		margin-top: 50px;
	}

	.bottom-bar, .bottom-bar .align-right {
		text-align: center;
	}

	form.wpcf7-form .formfield {
		width: 100%;
	}

	.menu-footermenue-container ul {
		text-align: center;
	}

}

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

	.cta-head {
		font-size: 35px;
	}

	figure.alignright, figure.alignleft {
		margin: 15px auto !important;
		float: none !important;
	}
	
}