@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300&display=swap');

*,
*:after,
*:before {
	box-sizing: border-box;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

a {
	color: #305e92;
	text-decoration: none;
}

a:hover,
a:active {
	color: #444;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

em {
	font-style: italic;
}


b,
strong {
	font-weight: bold;
	/* Or 700 */
}

p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
/* ==========================================================================
   helper
   ========================================================================== */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

/*youtube*/

.embed-container {
	position: relative;
	/* ratio 16x9 */
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ratio 4x3 */

.embed-container.ratio4x3 {
	padding-bottom: 75%;
}

/*Processwire Image Class*/

.align_right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
	margin-top: 0;
}

.align_left {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	margin-top: 0;
}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*animate########################################################*/
.animate {}

.animate.scroll {
	position: relative;
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
	-o-transform: translate(0px, 30px);
	-ms-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
}

.animate.in-view {
	opacity: 1;
	-moz-transform: translate(0px, 0px, );
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

/* ==========================================================================
   flex
   https://www.w3.org/TR/css-flexbox-1/
   ========================================================================== */
.flex {
	display: flex;
}
/*column-count */
.cc p {
	/*fix column text*/
	display: inline-block;
}
/*column-count p*/
.cc2 {
	column-count: 2;
}

/* ==========================================================================
   custom styles
   ========================================================================== */

html,
body {
	height: 100%;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
}

body {
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 300;
	padding: 0;
	background: #fff;
	position: relative;
    height: 100%;
	color:#444;
}

.siteheader {
	width: 100%;
	z-index: 100;
	position: fixed;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	background: rgba(255,255,255,0);
}
.siteheader-small {
	background: rgba(255,255,255,0.9);
}

.logo{
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	display: inline-block;
	max-width: 280px;
	z-index: 100;
	padding: 10px 20px;
	margin-left: 30px;
	background: rgba(255,255,255,0.95);
}
.siteheader-small .logo{
	max-width: 150px;
	background: none;
}

.swiper-container {
        width: 100%;
        height: 100%;
        margin:0 auto;
    }
    .swiper-slide {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		 background-size: cover;
        background-position: center;
    }

.swiper-pagination{
	position: absolute;
	border:1px solid red;
	z-index: 200;
}

.swiper-pagination-bullet-active{
  background-color:#000;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23C11725'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23C11725'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-container .textbox{
	background: rgba(0,0,0,0.4);
	padding: 0 40px
}

.textbox.text-1{
	padding: 0 100px;
}

.swiper-container .textbox h2{
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #fff;
	font-size: 2.8em;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	
}

.swiper-container .textbox  .slogan-big{
	font-size: 1.5em;
}

.content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	font-size: 1.2em;
}

.content .t1{
	font-weight: 700;
}

.presse{
	margin-left: -10px;
	margin-bottom: 50px;
}

.presse .col div{
	display: inline-block;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #eee;	
}

.shadow {
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.19);
}

.my-button {
	background: #f7f7f7;
	border: 1px solid #eee;
	color: #888;
	padding: 5px 10px;
	float: right;
	font-size: 0.8em;
	display: block;
	margin: 10px 10px 10px 0;
}
.my-button i{
	margin-left: 10px;
}


.presse .bildunterschrift{
margin-top: -40px;
font-size: 0.7em;
padding: 0 10px;
}

.totop {
	clear: both;
	float: right;
	display: inline-block;
}

.totop a {
	position: relative;
	color: #888;
	display: block;
	margin-right: 50px;
	margin-top: -60px;
}

.totop .fa-square {}

.totop .fa-angle-double-up {
	margin: 4px 0 0 9px;
}

.footer {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	color: #eee;
	margin-top: 5px;
}

.footercontainer {
	border-top: 1px solid #eee;
	margin:  0 40px;
	width: calc(100% - 60px);
	float: left;
	padding: 10px 0 20px 0;
}

.footer-links {
	float: left;
	color: #444;
}

.footer-links a{
	color: #444;
	text-decoration: none;
}

.coockiehinweis {
	position: relative;
	padding: 0 0 10px 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 -5px 5px -5px rgba(1, 1, 1, 0.5);
	background-color: rgba(50, 50, 50, 0.8);
	font-size: 0.8em;
	color: #eee;
	position: fixed;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
}

.coockiehinweis a {
	text-decoration: underline;
	color: #eee;
}

.close-coockiehinweis {
	float: right;
}

.close-coockiehinweis button {
	cursor: pointer;
	margin-left: 10px;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 1000px;
	margin: 20px auto;
	border-radius: 4px;
	font-size: 0.9em;
}

.white-popup h1 {
	visibility: visible;
	color: #444;
}

.mfp-bg{
	background: #444;
	opacity: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1640px) {}

/*#####################################################################*/

@media (max-width: 992px) {
	.container {
		width: 100%;
	}
}

/*#####################################################################*/

@media (max-width: 768px) {
		.swiper-container .textbox h2{
	 font-size: 2em;
	}
}
/*#####################################################################*/

@media (max-width: 576px) {
	.container {
		width: 100%;
		padding: 0;
	}
	.row {
		flex-direction: column;
		padding: 0;
		display: inline-block;
	}
	.col {
	}
	.col25,
	.col50 {
		max-width: 100%;
	}
	.swiper-container .textbox h2{
	 font-size: 1.5em;
	}
	.siteheader .logo{
	max-width: 150px;
	}
	.swiper-button-prev,.swiper-button-next  {
    background-image:none!important;
	}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}