@charset "UTF-8";
/* CSS Document */

/* lusitana-regular - latin */
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/fonts/lusitana-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fileadmin/fonts/lusitana-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fileadmin/fonts/lusitana-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fileadmin/fonts/lusitana-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fileadmin/fonts/lusitana-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fileadmin/fonts/lusitana-v13-latin-regular.svg#Lusitana') format('svg'); /* Legacy iOS */
}
/* lusitana-700 - latin */
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/fonts/lusitana-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fileadmin/fonts/lusitana-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fileadmin/fonts/lusitana-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fileadmin/fonts/lusitana-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fileadmin/fonts/lusitana-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fileadmin/fonts/lusitana-v13-latin-700.svg#Lusitana') format('svg'); /* Legacy iOS */
}

* {
 -webkit-box-sizing:border-box;
 -moz-box-sizing: border-box;
 box-sizing:border-box;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

body, html {
	font-family: 'Lusitana', serif;
	padding: 0;
	margin: 0;
}

.logo-right {
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 55px;
}

.logo-right > div {
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding-right: 3rem;
}

.column_4 video {
        position: fixed;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100.5%;
        min-height: 100.5%;
       -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       background: url(fileadmin/Video/5SR_7796.jpg) 0 0 no-repeat;
       background-size: cover;
       z-index: -1;
}



.col1_slider, .col1_slider_footer {
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.90);
	min-height: 800px;
}

.column_0 > div {
	padding: 3rem;
}

footer {
	background-color: rgba(13,88,127,.70);
	padding: 3rem;
	color: #fff;
}

footer > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1; 
	width: 100%; 
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; 
}
@media only screen and (min-width: 800px){.footer-right {text-align: right;} }
.footer-right ul {list-style: none; padding: 0;}

.footer-right a {
	display: inline-block;
	padding:10px;
	width: 100%;
}

/* ######### Schrift ############## */

body, .column_0 a {
	color:lightslategrey;
}
.column_0 a:hover {
	color:#0d587f;
}





 .logo-right h4, h1 {
	font-size: 2rem;
	color: #0d587f;
	text-shadow:
	#fff 3px 3px 8px,
	1px  1px 2px #fff,
	1px -1px 2px #fff,
	-1px  1px 2px #fff,
	-1px -1px 2px #fff,
	rgba(55,55,55,0.80) 5px 5px 5px;
}

@media only screen and (min-width: 800px){
	.logo-right h4, h1 {
		font-size: 5rem;
	}
}

footer a {color: #fff;}
footer a:hover {color: #0d587f;}

.logo-right h4 {
	padding: 0;
	margin: 0;
}

.logo-right h4 a {
	color: #0d587f;
	text-decoration: none;
}


figcaption {
	font-size: 0.8rem;
	padding: 5px;
	text-align: center;
}

/* ############ Video ################ */
.layout-1 .ce-media{
	margin: 3px 9px 3px 3px;	
}
.layout-1 video {
	box-shadow: rgba(0,0,0,0.60) 3px 3px 6px;

}


@media only screen and (min-width: 800px){
.layout-1 video {
	max-width: 800px;
	width: 100%;
	height: auto;
}

.layout-1 .ce-right, footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.layout-1 .ce-right > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1; 
	width: 50%; 
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; 
}


.layout-1 .ce-right .ce-gallery {order: 2; padding-left: 2rem;}
.layout-1 .ce-right .ce-bodytext {order: 1; padding-right: 2rem;}
}

@media only screen and (max-width: 800px){
.layout-1 video {
	width: 100%;
	height: auto;
}

.layout-1 .ce-right {
	display: flex;
	flex-direction: column;
}
	
.layout-1 .ce-right .ce-gallery {order: 2;}
.layout-1 .ce-right .ce-bodytext {order: 1;}
.layout-1 .ce-intext.ce-right .ce-gallery {margin-left: -10px;}
	
}



/* ########### Bildergalerie ########### */

.layout-2 .ce-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.layout-2 .ce-row figure a {
	margin: 3px 9px 3px 3px;
	display: inline-block;
}
.layout-2 .ce-row figure img {
	max-width: 100%;
	height: auto;
	box-shadow: rgba(0,0,0,0.60) 3px 3px 6px;
}

img.mfp-img {
	padding:0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: 6px;
}

.mfp-counter {right: 10px;}