@charset "utf-8";

/* 
Theme Name: This Website 
Theme URI: http://selected-investments.de 
Description: Wordpress-Theme for the website of selected-investments.de 
Version: 1.0.0
Author: jost hannemann
Author URI: http://josthannemann.de 

WordPress Theme
	
*/

/* ==========================================================================
   Google-Fonts
   ========================================================================== */
                                     
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat/montserrat-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v15-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat/montserrat-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v15-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat/montserrat-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v15-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat/montserrat-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat/montserrat-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v15-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/montserrat/montserrat-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat/montserrat-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v15-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection { 
	background: #c3d6ed;
	text-shadow: none;
	color: #fff;
}

::selection {
	background: #c3d6ed;
	text-shadow: none;
	color: #fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img { 
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea							{ resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* --------------------------------------------------------------------------
   RESET
   -------------------------------------------------------------------------- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
applet,
object,
iframe,
code,
del,
dfn,
font,
img,
ins,
small,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline
}

caption,
th,
td { text-align: left; }

p, 
li { font-size: 0.875rem; }

@media screen and (max-width: 780px) {
    p, 
    li { 
        font-size: 1rem;
        font-weight: 400; 
    }
}

/* --------------------------------------------------------------------------
  Text-Styles
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   ALLGEMEINE DEFINITIONEN
   -------------------------------------------------------------------------- */
html {
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #00354e;
	background-color: #fff;	
}
@media screen and (max-width: 780px) {
	html {
		font-size: 14px;
	}
}

body { position: relative; }

h1,
h2 {
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 5rem;
	line-height: 100%;
	font-weight: 900;
	letter-spacing: 0em;
	text-transform: none;
	color: #fcea12;
	text-align: left;
}
@media screen and (max-width: 2500px) {
  h1,
  h2 {
      font-size: 3.6725vw;
  }
}
@media screen and (max-width: 780px) {
  h1,
  h2 {
      font-size: 8vw;
  }
}
@media screen and (max-width: 600px) {
  h1,
  h2 {
        margin-bottom: 10px;
  }
}

h2.big {
	box-sizing: border-box;
	margin-bottom: 40px;
	font-size: 3.1875rem;
	line-height: 125%;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #fcea12;
}
@media screen and (max-width: 1300px) {
	h2.big {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 600px) {
	h2.big {
		font-size: 2.0rem;
	}
}

h3 {
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
	font-size: 2.5rem;
	line-height: 100%;
    font-weight: 900;
	text-transform: none;
	color: #fcea12;
}
@media screen and (max-width: 1300px) {
	h3 {
		max-width: 500px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 600px) {
	h3 {
		font-size: 2.0rem;
	}
}

h4,
h5 {
	box-sizing: border-box;
	margin-top: 30px;
    margin-bottom: 5px;
	font-size: 1.25rem;
	line-height: 120%;
    font-weight: 600;
	text-transform: none;
	font-style: normal;
	color: #fcea12;
	text-align: left;
}

h6 {
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 120%;
	text-transform: uppercase;
	color: #fcea12;
	text-align: left;
}

a {
	text-decoration: none;
	color: #00354e;
}
a:active						{ color: #00354e; }
a:hover							{ text-decoration: underline; }

a.maillink,
a.urllink {
    display: block;
    width: max-content;
    padding: 8px 30px 8px 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("fiximg/more.svg");
}
@media screen and (max-width: 780px) {
    a.maillink,
    a.urllink {
        font-weight: 400;
    }
}
@media screen and (max-width: 660px) {
    a.maillink,
    a.urllink {
        padding: 5px 30px 5px 0;
        background-image: url("fiximg/more_fett.svg");
    }
}

p,
ul,
ol { 
	margin-bottom: 12px;
	text-align: left;
}

ul { 
	margin-left: 0;
	list-style: none;
}

ol {
	margin-left: 3px;
	list-style-type: decimal;
	list-style-position: inside;
}

blockquote {
	min-height: 45px;
	padding: 0 0 0 70px;
	color: #999;
}

blockquote span { color: #999; }

hr,
.hr {
	border: none;
	height: 1px;
	margin: 30px 0;
	background-color: #ccc;
	color: #ccc;
}

label {
	color: #000;
}

fieldset {
	padding: 15px;
	margin: 0 0 20px 0;
	border: 1px dotted #ccc;
}

input[type="text"],
input[type="password"],
input[type="email"],
input.text,
textarea {
	box-sizing: border-box;
	margin: 10px 0;
	padding: 8px 0; 
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #041e41;
    font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 120%;
	text-transform: none;
	color: #00354e;
}

::-webkit-input-placeholder { /* Edge */
  	font-family: 'Montserrat', sans-serif;
	font-size: 0.8125rem;
	color: #333;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	font-family: 'Montserrat', sans-serif;
	font-size: 0.8125rem;
	color: #333;
}

::placeholder {
  	font-family: 'Montserrat', sans-serif;
	font-size: 0.8125rem;
	color: #333;
    opacity: 1;
}

select {
	margin: 5px 0;
	padding: 7px 8px; 
	background-color: #fff;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input.text:focus,
textarea:focus { border-color: #aaa; }

input.text {
	width: 300px;
	padding: 5px;
}

textarea {
	width: 300px;
	height: 200px;
	padding: 5px;
	border: 1px solid #041e41;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 12px;
	border: 1px dotted #ccc;
}

th {
	padding: 10px;
	text-transform: uppercase;
}

td {
	padding: 10px;
	border-top: 1px dotted #ccc;
}

section {
	position: relative;
	box-sizing: border-box;
    min-height: 100vh;
    padding-left: 350px;
	background-color: #fff;
}
@media screen and (max-width: 1200px) {
    section {
        padding-left: 250px;
    }
}
@media screen and (max-width: 1000px) {
    section {
        padding-left: 190px;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    section {
        padding-left: 120px;
    }      
}
@media screen and (max-width: 900px) {
    section {
        padding-left: 0;
    }
}

.mobOnly {
    display: none !important;
}
@media screen and (max-width: 660px) {
    .mobOnly {
        display: block !important;
    }
}

/* --------------------------------------------------------------------------
   WRAPPER
   -------------------------------------------------------------------------- */
.wrapper_cont,
.wrapper_smallcont,
.wrapper_smallpic,
.wrapper_medpic,
.pic_wrapper,
.wrapper_pic,
.cont_wrapper,
.wrapper,
.wrapper_hd,
.wrapper_max {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 2560px;
	padding: 0;
	margin: 0 auto;
	background-color: transparent;
	text-align: center;
}

section > .wrapper_hd,
section > .wrapper_max { 
   min-height: 100vh;
}
@media screen and (max-width: 900px) {
    section > .wrapper_hd,
    section > .wrapper_max {
        min-height: calc(100vh - 100px); 
    }
}
@media screen and (max-width: 600px) {
    section > .wrapper_hd,
    section > .wrapper_max {
        min-height: calc(100vh - 150px); 
    }
}

.wrapper_hd {
	max-width: 1920px;
}

.wrapper_smallcont {
	max-width: 720px;
}

.wrapper_smallpic {
	max-width: 960px;
}

.wrapper_medpic {
	max-width: 1200px;
}

.wrapper_cont,
.cont_wrapper,
.wrapper_pic,
.pic_wrapper {
	max-width: 1440px;
}

/* --------------------------------------------------------------------------
   CONTENTBEREICH
   -------------------------------------------------------------------------- */
.contentBox ul,
.contentBox ol {
	margin-top: 20px;
}

.cont ul li { 
    margin-left: 0;
    padding-left: 17px;
    background-image: url(fiximg/dot.svg);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 8px;	
}

.cont ol li { 
	margin-left: 0; 
	padding-left: 13px;	
}


.trennerv {
	display: inline-block;
	width: 1px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-left: 1px solid #041e41;
}

.trennerh {
	display: inline-block;
	width: 100px;
	height: 1px;
    margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #041e41;
}

.startpic										{ position: relative; }

.startpic img									{ width: 100%; }

.startpic .contentPic {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10%;
	text-align: center;
}

.pictureBox,
.videoBox,
.mapBox {
	position: relative;
	width: 100%;
}

.mapBox {
	filter: grayscale(100%);
}

.videoBox>video,
.pictureBox>img {
	position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.pictureBox_fh,
.videoBox_fh {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

.videoBox_fh>video,
.pictureBox_fh>img {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tonext,
.toprev {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 100px;
	height: 50px;
	margin-left: -225px;
    margin-top: -40px;
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
	z-index: 50;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .tonext,
    .toprev {
    	position: absolute;
    	bottom: 30px;
    	width: 80px;
    	height: 40px;
    	margin-left: -155px;
    }
}
@media screen and (max-width: 600px) {
    .tonext,
    .toprev {
    	display: none;
    }
}

.tonext.l25p,
.toprev.l25p {  
	left: 25%;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
    .tonext.l25p,
    .toprev.l25p {  
        left: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
    .tonext.l25p,
    .toprev.l25p {  
        left: calc(5vw + 20px);
        margin-left: 0;
    }
}

.tonext { 
	background-image: url("fiximg/down.svg");
}
@media screen and (max-width: 1040px) {
    .tonext { 
    	background-image: url("fiximg/down_fett.svg");
    }
}

.toprev {  
	background-image: url("fiximg/up.svg");
}

.tonext:hover,
.toprev:hover {
}

.startVideoBut {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	border: 1px red solid;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 50;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	display: none;
}

.flex2Box {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.flex2Box .oneFlex2 {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding-right: 40px;
}
@media screen and (max-width: 660px) {
	.flex2Box .oneFlex2 {
		width: 100%;
		padding-right: 0;
	}
}

.thinBorder {
	border: 1px solid #000;
}

/* --------------------------------------------------------------------------
   Clear Fix Hack - class="fixed" für div-Bereiche mit Float-Elementen
   -------------------------------------------------------------------------- */
.fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fixed							{ display: block; }

.fixed							{ min-height: 1%; }

* html .fixed					{ height: 1%; }

/* --------------------------------------------------------------------------
   HEADERBEREICH
   -------------------------------------------------------------------------- */
header {
	position: fixed;
	box-sizing: border-box;
    top: 0;
    left: 0;
	width: 350px;
	height: 100vh;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 1000;
	background-color: #ffffffe0;
}
@media screen and (max-width: 1200px) {
    header {
    	width: 250px;
    }
}
@media screen and (max-width: 1000px) {
    header {
    	width: 180px;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    header {
     	width: 100%;
    	height: 100px;
        overflow: hidden;
    }        
}
@media screen and (max-width: 900px) {
    header {
     	width: 100%;
    	height: 100px;
        overflow: hidden;
    }
}
@media screen and (max-width: 600px) {
    header {
    	height: 70px;
        overflow: hidden;    
    }
}

header .logoBox {
	position: absolute;
	box-sizing: border-box;  
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    left: 0;
	width: 100%;
	height: 20vh;
    padding-left: 45px;
}
@media screen and (max-width: 1200px) {
    header .logoBox {
        padding-left: 25px;
    }
}
@media screen and (max-width: 1000px) {
    header .logoBox {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    header .logoBox {
        height: 100px;
    }       
}
@media screen and (max-width: 900px) {
    header .logoBox {
        height: 100px;
    }
}
@media screen and (max-width: 600px) {
    header .logoBox {
        display: none;
    }
}

header .logoBox a > img {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 233px;
	height: auto;
}
@media screen and (max-width: 1200px) {
    header .logoBox a > img {
    	width: 200px;
    }
}
@media screen and (max-width: 1000px) {
    header .logoBox a > img {
    	width: 150px;
    }
}

/* --------------------------------------------------------------------------
   FOOTERBEREICH
   -------------------------------------------------------------------------- */
footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	background-color: #fff;
    z-index: 1500;
}

footer .wrapper_max {
	padding: 25px 0 25px 50px;
    text-align: left;
}
@media screen and (max-width: 900px) {
    footer .wrapper_max {
    	padding: 25px 20px;
    }
}

#isMob { width: 1px; }
@media screen and (max-width: 1040px) {
    #isMob { width: 2px; }
}
@media screen and (max-width: 780px) {
    #isMob { width: 3px; }
}
@media screen and (max-width: 600px) {
    #isMob { width: 4px; }
}
@media screen and (max-width: 400px) {
    #isMob { width: 5px; }
}

/* --------------------------------------------------------------------------
   NAVIGATIONSBEREICHE
   -------------------------------------------------------------------------- */
/* ------------------- MainMenu ------------------------------------------------------- */
.mainMenuBox {
	position: absolute;
    box-sizing: border-box;
	display: flex;
    align-items: center;
	width: 100%;
    height: 100%;
	margin: 0;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 1030px) and (orientation: portrait) {
    .mainMenuBox {
    	display: none;
    }         
}
@media screen and (max-width: 900px) {
    .mainMenuBox {
    	display: none;
    }         
}

.mainMenuBox ul {
	position: relative;
    box-sizing: border-box;
	display: block;
	float: none;
	list-style: none;
	margin-left: 50px;
	padding: 0;
	text-align: left;
}
@media screen and (max-width: 1200px) {
    .mainMenuBox ul {
    	margin-left: 30px;
    }
}

.mainMenuBox ul ul {
	margin-left: 15px;
}
@media screen and (max-width: 1000px) {
    .mainMenuBox ul ul {
    	margin-left: 7px;
    }
}

.mainMenu li { 
	display: block;
	float: none;
    position: relative;
	margin: 0;
	text-align: left;
}

.mainMenu a {
	display: inline-block;
	padding-bottom: 3px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #00354e;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    .mainMenu a {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1000px) {
    .mainMenu a {
        font-size: 0.875rem;
    }
}

.mainMenuBox ul li.current_page_item > a,
.mainMenu li:hover > a,
.mainMenu .current-menu-item > a,
.mainMenu .current-menu-ancestor > a,
.mainMenu .current_page_item > a,
.mainMenu .current_page_ancestor > a {
	color: #fcea12;
    text-decoration: none;
}

/* ------------------- Mobilemenü ------------------------------------------------------- */
.mobMenuBut {
	display: none;
	position: absolute;     
    right: 20px;
	top: 35px;
	width: 50px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url("fiximg/burger.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .mobMenuBut {
        display: block;
    }         
}
@media screen and (max-width: 900px) {
    .mobMenuBut {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .mobMenuBut {
        top: 20px;
    }
}

.mobMenuBut:hover { color: #00354e; }

.mobMenu {
	position: fixed;
	top: -120%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	z-index: 2000;
	overflow: scroll;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.mobMenu.show {
	top: 0;
	opacity: 1;
}

.mobMenu ul {
	font-size: 1rem;
	list-style: none;
	margin: 60px 60px 30px 30px;
    padding: 0;
    text-align: left;
}

.mobMenu ul ul {
	margin: 0 10px;
}

.mobMenu li { 
    position: relative;
	margin: 0;
	text-align: left;
}

.mobMenu a,
.mobMenu .closeMenu span {
	font-size: 2rem;
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
	color: #00354e;
}

.mobMenu li:hover > a,
.mobMenu .closeMenu span:hover,
.mobMenu a:focus						{ opacity: 0.7; }

.mobMenu ul li.current_page_item > a,
.mobMenu li:hover > a,
.mobMenu .current-menu-item > a,
.mobMenu .current-menu-ancestor > a,
.mobMenu .current_page_item > a,
.mobMenu .current_page_ancestor > a	{
	color: #fcea12;
    text-decoration: none;
}

.mobMenu .close {
    position: absolute;
	box-sizing: border-box;
    top: 60px;
    right: 20px;
	width: 80px;
    height: 80px;
	padding: 0;
	background-image: url("fiximg/close_fett.svg");
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	cursor: pointer;
}
@media screen and (max-width: 780px) {
    .mobMenu .close {
    	width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 600px) {
    .mobMenu .close {
        top: 20px;
    	width: 40px;
        height: 40px;
    }
}

/* ------------------- FootMenu ------------------------------------------------------- */
.footMenu {	
	display: block;
	float: left;
	margin: 0;
	padding-left: 0;	
	list-style: none;
}

.footMenu li { 
	display: inline-block;
	float: left;
    position: relative;
	margin: 0 25px 0 0;
	text-align: left;
}

.footMenu a {
	font-size: 0.875rem;
	font-style: normal;
	letter-spacing: 0;
	color: #00354e;
	text-decoration: none;
	text-transform: none;
}

.footMenu li:hover > a,
.footMenu a:focus {
    color: #fcea12;
	text-decoration: none;
}

.footMenu .current-menu-item > a,
.footMenu .current-menu-ancestor > a,
.footMenu .current_page_item > a,
.footMenu .current_page_ancestor > a { 
	color: #fcea12;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
   DIE EINZELNEN TEMPLATES
   -------------------------------------------------------------------------- */ 
/* ------------------- Section "logosec" (Logo am Seitenanfang) ----------------------------------*/
section.logosec {
	min-height: initial;
    display: none;
}
@media screen and (max-width: 900px) {
    section.logosec {
    	display: block;
    }
}

section.logosec .wrapper_hd {
	min-height: initial;
}
@media screen and (max-width: 900px) {
    section.logosec .wrapper_hd {
    	display: block;
        height: 100px;
    }
}
@media screen and (max-width: 600px) {
    section.logosec .wrapper_hd {
        height: 80px;
    }
}

section.logosec .logoBox {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-top: 70px;
    display: none;
}
@media screen and (max-width: 600px) {
    section.logosec .logoBox {
        	display: block;
    }
}

section.logosec .logoBox img {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 60%;
    max-width: 250px;
    margin: 20px 0 20px 20px;
}

/* ------------------- Section "startsectPic" (Einzelseite start) ----------------------------------*/
section.startsectPic {
	margin-top: 80px;
}

.startsectPic .content {
	padding: 30px 40px;
	text-align: left;
}

.startsectPic .content h2 {
	box-sizing: border-box;
	margin-bottom: 60px;
	font-size: 3rem;
	line-height: 120%;
	text-transform: none;
	text-align: left;
}

.startsectPic .content .backlink {
	margin: 40px 0 20px;
}

.startsectPic .content .backlink.first {
	margin: 40px 0;
}

/* ------------------- Section "halfPicText" (Onepager start) ----------------------------------*/
section.halfPicText,
section.halfPicTextFirst {
	position: fixed;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
	background-color: transparent;
}

section.halfPicTextFirst {
	top: -100vh;
	z-index: 0;
}

section.halfPicTextOver {
	position: relative;
	box-sizing: border-box;
	margin-top: 100vh;
	height: 100vh;
	background-color: transparent;
}

.halfPicTextFirst .wrapper_hd,
.halfPicText .wrapper_hd,
.halfPicTextOver .wrapper_hd {
	display: flex;
	align-items: stretch;
	height: 100vh;
}

.halfPicTextFirst .wrapper_hd .left,
.halfPicTextFirst .wrapper_hd .right,
.halfPicText .wrapper_hd .left,
.halfPicText .wrapper_hd .right,
.halfPicTextOver .wrapper_hd .left,
.halfPicTextOver .wrapper_hd .right {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 1200px) {
	.halfPicText .contBox .text {
		width: 90%;
	}

	.halfPicText .contBox .text p {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 1100px) {
	.halfPicText .contBox .text p {
		font-size: 2rem;
	}
}

@media screen and (max-width: 900px) {
	.halfPicText .contBox .pic, 
	.halfPicText .contBox .textBox {
		width: 100%;
	}
	
	.halfPicText .contBox .textBox {
		padding: 80px 0;
	}
	
	.halfPicText .contBox .textBox .text {
		width: 70%;
	}
}

@media screen and (max-width: 600px), screen and (orientation: portrait) {
	#start-first,
	#start-cont .left,
	#start-over .left { display: none; }
	
	#start-cont .right,
	#start-over .right { width: 100%; }
}

/* ------------------- Section "curtain" (Onepager start) ----------------------------------*/
section.curtain {
	position: fixed;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 610;
	background-color: #fff;
}
section.curtain.touch {
	position: relative;
	z-index: 100;
}

.curtain .wrapper_hd {
	display: flex;
    justify-content: center;
	align-items: center;
	height: 100vh;
}

 .curtain .wrapper_hd img {
	position: relative;
	box-sizing: border-box;
    display: block;
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.curtain .down {
	position: absolute;
	box-sizing: border-box;
    display: block;
    bottom: 40px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("fiximg/arrow_d.svg");
    cursor: pointer;
}

.scrollarea {
	position: relative;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
    margin-top: 100vh;
}
.scrollarea.touch {
	position: relative;
    margin-top: 0;
}

/* ------------------- Section "mainmenuSec" (Hauptmenu in onePagerStart) ----------------------------------*/
section.mainmenuSec,
section.mainmenuSecFix {
	width: 100%;
	align-items: center;
	background-color: #fff;
	z-index: 600;
}

section.mainmenuSecFix {
	position: fixed;
	display: none;
}

section.mainmenuSecFix.show {
	display: block;
}

section.mainmenuSec .wrapper_hd,
section.mainmenuSecFix .wrapper_hd {
	padding: 15px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.8);
}

/* ------------------- Section "ueberunsSec" (Slider mit Post-Type ueberuns) ----------------------------------*/ 
section.ueberunsSec {}  

.ueberunsSec > .wrapper_max {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ueberunsSec .ueberunsSlide {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}
@media screen and (orientation: portrait) {
    .ueberunsSec .ueberunsSlide {
        height: 75%;
    }       
}
@media screen and (max-width: 600px) {
    .ueberunsSec .ueberunsSlide {
        display: none;
    }
}

.ueberunsSec .swiper-container {
    width: 100%;
    height: 100%;
}

.ueberunsSec .swiper-slide {
    position: relative;
    box-sizing: border-box;
    width: 70%; 
    background-color: #fff;   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ueberunsSec .infoBox {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    width: 100%; 
    height: 100%;
    text-align: center;   
}

.ueberunsSec .info {
    position: relative; 
    box-sizing: border-box;
    width: 45%;
    min-width: 350px;
    padding: 30px 30px 30px 0;
    text-align: left;
}
@media screen and (max-width: 1040px) {
    .ueberunsSec .info {
        width: 40%;
        min-width: 270px;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .ueberunsSec .info {
        width: 50%;
        min-width: 420px;
    }     
}
@media screen and (max-width: 900px) {
    .ueberunsSec .info {
        width: 40%;
        min-width: 270px;
    }
}
@media screen and (max-width: 600px) {
    .ueberunsSec .info {
        width: 100%;
        padding: 0 20px 10px;
    }
}

.ueberunsSec .info h4 {
    position: relative; 
    box-sizing: border-box;
    font-size: 3vw;
    font-weight: 900;
}
@media screen and (max-width: 1600px) {
    .ueberunsSec .info h4 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1400px) {
    .ueberunsSec .info h4 {
        font-size: 2.375rem;
    }
}
@media screen and (max-width: 1040px) {
    .ueberunsSec .info h4 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .ueberunsSec .info h4 {
        font-size: 3.15rem;
    }     
}
@media screen and (max-width: 900px) {
    .ueberunsSec .info h4 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px) {
    .ueberunsSec .info h4 {
        margin-top: 10px;
        font-size: 3.15rem;
    }
}

.ueberunsSec .info a.more,
.ueberunsSec .info span.more {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 35px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fcea12;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px auto;
    background-image: url("fiximg/more.svg");
}
@media screen and (max-width: 1040px) {
    .ueberunsSec .info span.more {
        background-image: url("fiximg/more_fett.svg");
    }
}
@media screen and (max-width: 780px) {
    .ueberunsSec .info a.more,
    .ueberunsSec .info span.more {
        font-weight: 400;
    }
}

.ueberunsSec .info a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.ueberunsSec .ueberunsList {
    position: relative;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    display: none;
}
@media screen and (max-width: 600px) {
    .ueberunsSec .ueberunsList {
        display: block;
    }
}

.ueberunsSec .ueberunsList a:active,
.ueberunsSec .ueberunsList a:hover {
    text-decoration: none;
}

.ueberunsSec .ueberunsList .one {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%; 
    height: 66vh;
    margin-bottom: 20px;     
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ------------------- Section "ueberunsSec" (Slider mit Post-Type ueberuns) ----------------------------------*/ 
section.newsSec {}  

.newsSec > .wrapper_max {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsSec .newsSlide {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}
@media screen and (orientation: portrait) {
    .newsSec .newsSlide {
        height: 75%;
    }       
}
@media screen and (max-width: 600px) {
    .newsSec .newsSlide {
        display: none;
    }
}

.newsSec .swiper-container {
    width: 100%;
    height: 100%;
}

.newsSec .swiper-slide {
    position: relative;
    box-sizing: border-box;
    width: 70%; 
    background-color: #fff;   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newsSec .infoBox {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    width: 100%; 
    height: 100%;
    text-align: center;   
}

.newsSec .info {
    position: relative; 
    box-sizing: border-box;
    width: 45%;
    min-width: 350px;
    padding: 30px 30px 30px 0;
    text-align: left;
}
@media screen and (max-width: 1040px) {
    .newsSec .info {
        width: 40%;
        min-width: 270px;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .newsSec .info {
        width: 50%;
        min-width: 420px;
    }     
}
@media screen and (max-width: 900px) {
    .newsSec .info {
        width: 40%;
        min-width: 270px;
    }
}
@media screen and (max-width: 600px) {
    .newsSec .info {
        width: 100%;
        padding: 0 20px 10px;
    }
}

.newsSec .info h4 {
    position: relative; 
    box-sizing: border-box;
	margin-top: 0;
    font-size: 3vw;
    font-weight: 900;
}
@media screen and (max-width: 1600px) {
    .newsSec .info h4 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1400px) {
    .newsSec .info h4 {
        font-size: 2.375rem;
    }
}
@media screen and (max-width: 1040px) {
    .newsSec .info h4 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .newsSec .info h4 {
        font-size: 3.15rem;
    }     
}
@media screen and (max-width: 900px) {
    .newsSec .info h4 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px) {
    .newsSec .info h4 {
        margin-top: 0;
        font-size: 3.15rem;
    }
}

.newsSec .info .newsdat {
	color: #fcea12;
}

.newsSec .info a.more,
.newsSec .info span.more {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 35px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fcea12;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px auto;
    background-image: url("fiximg/more.svg");
}
@media screen and (max-width: 780px) {
    .newsSec .info a.more,
    .newsSec .info span.more {
        font-weight: 400;
        background-image: url("fiximg/more_fett.svg");
    }
}

.newsSec .info a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.newsSec .newsList {
    position: relative;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    display: none;
}
@media screen and (max-width: 600px) {
    .newsSec .newsList {
        display: block;
    }
}

.newsSec .newsList a:active,
.newsSec .newsList a:hover {
    text-decoration: none;
}

.newsSec .newsList .one {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%; 
    height: 66vh;
    margin-bottom: 20px;     
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ------------------- Section "halfPicText2" ----------------------------------*/
section.halfPicText2 {}

.halfPicText2 .contBox {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-color: #fff;
}
@media screen and (max-width: 1200px) {
	.halfPicText2 .contBox {
		align-items: flex-end;
	}
}

.halfPicText2 .contBox .pic,
.halfPicText2 .contBox .textBox {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 50%;
}

.halfPicText2 .contBox .text {
	position: relative;
	box-sizing: border-box;
	width: 60%;
	padding: 60px 20px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 1520px) {
	.halfPicText2 .contBox .text {
		width: 80%;
		padding: 60px 40px 60px 0;
	}
}
@media screen and (max-width: 1380px) {
	.halfPicText2 .contBox .text {
		width: 94%;
		padding: 40px 30px 40px 0;
	}
}
@media screen and (max-width: 1200px) {
	.halfPicText2 .contBox .text {
		width: 100%;
		padding: 40px 20px 20px 0;
	}
}

@media screen and (max-width: 900px) {
	.halfPicText2 .contBox .pic { display: none; }
	
	.halfPicText2 .contBox .textBox {
		width: 100%;
	}
	
	.halfPicText2 .contBox .text {
		width: 100%;
		padding: 60px 40px;
	}
}

.halfPicText2 .contBox .text p {
	color: #00354e;
}

.halfPicText2 .contBox .text ul {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: disc;
}

.halfPicText2 .contBox .text h2,
.halfPicText2 .contBox .text p mark {
	box-sizing: border-box;
	display: inline-block;
	padding: 3px;
	line-height: 110%;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background-color: #fff;
	color: #00354e;
}

.halfPicText2 .contBox .text h2 {
	margin-bottom: 80px;
}
@media screen and (max-width: 1380px) {
	.halfPicText2 .contBox .text h2 {
		margin-bottom: 40px;
	}
}

.halfPicText2 .contBox .text h2.dark {
	background-color: #fff;
}

/* ------------------- Section "bgFixPicSec" (Fixed Hintergrundbild zum Überscrollen) ----------------------------------*/
/* ------------------- Section "bgFullPicSec" (Full Hintergrundbild) ----------------------------------*/
section.bgFixPicSec,
section.bgFixPicSecBg,
section.bgFullPicSec {
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 200px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.bgFixPicSecBg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	padding:0;
	z-index: -100;
}

.bgFixPicSecBg .wrapper_hd {
	min-height: 100vh;
}

.bgFixPicSecBg img {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.bgFullPicSec {
	border-top: 4px solid #fff;	
}

section.bgFixPicSec {
	background-attachment: fixed;
}

.bgFixPicSec .contBox,
.bgFullPicSec .contBox {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	min-width: 500px;
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 30px;
	background-color: #fff;
}
@media screen and (max-width: 780px) {
	.bgFixPicSec .contBox,
	.bgFullPicSec .contBox {
		width: 80%;
		min-width: 0;
		padding: 50px 20px;
	}
}
@media screen and (max-width: 600px) {
	.bgFixPicSec .contBox h2, 
	.bgFullPicSec .contBox h2 {
		left: 0;
	}
}

.bgFixPicSec .contBox h2,
.bgFullPicSec .contBox h2 {
	position: absolute;
	box-sizing: border-box;
	display: inline;
	top: -29px;
	left: -30px;
	padding: 3px;
	background-color: #fff;
	color: #00354e;
}

.bgFixPicSec .contBox h2.dark,
.bgFullPicSec .contBox h2.dark {
	background-color: #fff;
}

/* ------------------- Section "textOnlySec" (Nur Text) ----------------------------------*/
section.textOnlySec {
	padding: 80px 0;
	background-color: #fff;
}
@media screen and (max-width: 800px) {
	section.textOnlySec {
		padding: 60px 40px;
	}
}

.textOnlySec.bigletters p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 130%;
}

/* ------------------- Section "kontaktSec" (ohne Formular) ----------------------------------*/
section.kontaktSec {
	background-color: #fff;
}
@media screen and (max-width: 900px) {
    section.kontaktSec {
        min-height: calc(100vh - 100px); 
    }
}
@media screen and (max-width: 600px) {
    section.kontaktSec {
        min-height: calc(100vh - 150px); 
    }
}

.kontaktSec > .wrapper_max {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
    .kontaktSec > .wrapper_max {
        height: calc(100% - 100px);
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .kontaktSec > .wrapper_max {
        display: block;
        height: calc(100% - 150px);
        margin-bottom: 0;
    }
}

.kontaktSec > .wrapper_max .text {
	position: relative;
	box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;     
    width: 60%;
    padding-right: 50px;
}
@media screen and (max-width: 900px) {
	.kontaktSec > .wrapper_max .text {
		padding: 0 30px 0 20px;
	}
}
@media screen and (max-width: 660px) {
	.kontaktSec > .wrapper_max .text {
		width: 100%;
        padding: 20px;
	}
}

.kontaktSec > .wrapper_max .text .openclosemap {
	position: relative;
	box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 50px 10px 0;
    font-weight: 300;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 40px;
    background-image: url("fiximg/map.svg");
    cursor: pointer;
}

.kontaktSec > .wrapper_max .text .opmapbox {
	position: relative;
	box-sizing: border-box;
    height: 550px;
    max-height: 0;
    margin-bottom: 0;
   	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
    overflow: hidden;
}

.kontaktSec > .wrapper_max .text .opmapbox .wpgmza_map {
    filter: grayscale(0.95);
}

.kontaktSec > .wrapper_max .text .opmapbox.show {
    max-height: 550px;
    margin-bottom: 30px;
    padding-top: 100px;
}

.kontaktSec > .wrapper_max .text .opmapbox .close {
	position: absolute;
	box-sizing: border-box;
    display: block;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("fiximg/close.svg");
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .kontaktSec > .wrapper_max .text .opmapbox .close {
        width: 60px;
        height: 60px;
        background-image: url("fiximg/close_fett.svg");
    }
}
@media screen and (max-width: 1040px) {
    .kontaktSec > .wrapper_max .text .opmapbox .close {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 500px) {
    .kontaktSec > .wrapper_max .text .opmapbox .close {
        width: 30px;
        height: 30px;
    }
}

.kontaktSec > .wrapper_max .pic {
	position: relative;
	box-sizing: border-box;
    width: 40%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 660px) {
	.kontaktSec > .wrapper_max .pic {
		display: none;
	}
}

.kontaktSec > .wrapper_max .cont {
	position: relative;
	box-sizing: border-box;
    width: 100%;
    padding: 0 30px 0 150px;
    text-align: left;
}
@media screen and (max-width: 1440px) {
    .kontaktSec > .wrapper_max .cont {
        padding: 0 10px 0 70px;
    }
}
@media screen and (max-width: 1040px) {
    .kontaktSec > .wrapper_max .cont {
        padding: 0 10px 0 30px;
    }
}
@media screen and (max-width: 600px) {
    .kontaktSec > .wrapper_max .cont {
        padding: 0 10px 0 0;
    }
}

.kontaktSec.bigletters p,
.kontaktSec.bigletters a {
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 130%;
    font-weight: 300;
} 
@media screen and (max-width: 760px) {
    .kontaktSec.bigletters p,
    .kontaktSec.bigletters a {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px) {
    .kontaktSec.bigletters p,
    .kontaktSec.bigletters a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 360px) {
    .kontaktSec.bigletters p,
    .kontaktSec.bigletters a {
        font-size: 1.25rem;
    }
}

.kontaktSec.bigletters a.maillink,
.kontaktSec.bigletters a.urllink {
    padding: 8px 40px 8px 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("fiximg/more.svg");
}
@media screen and (max-width: 780px) {
    .kontaktSec.bigletters a.maillink,
    .kontaktSec.bigletters a.urllink {
        background-image: url("fiximg/more_fett.svg");
    }
}
@media screen and (max-width: 600px) {
    .kontaktSec.bigletters a.maillink,
    .kontaktSec.bigletters a.urllink {
        padding-right: 30px;
    }
}

/* ------------------- Section "kontaktSec" (ohne Formular) ----------------------------------*/
section.standardSec {
	background-color: #fff;
}
@media screen and (max-width: 800px) {
	section.standardSec {
		padding: 60px 20px 0;
	}
}

.standardSec > .wrapper_max {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.standardSec > .wrapper_max .text {
	position: relative;
	box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;     
    width: 60%;
}

.standardSec > .wrapper_max .pic {
	position: relative;
	box-sizing: border-box;
    width: 40%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.standardSec > .wrapper_max .cont {
	position: relative;
	box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.standardSec > .wrapper_max .cont h3 {
	margin-top: 40px;
    margin-bottom: 10px;
}

.standardSec.bigletters p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 130%;
}

/* ------------------- Section "singleSec" (index.php > z.B. für Beiträge) ----------------------------------*/
section.singleSec {
	background-color: #fff;
}

.singleSec > .wrapper_max {
    display: flex;
    justify-content: flex-start;  
    flex-wrap: wrap; 
}

.singleSec > .wrapper_max .text {
	position: relative;
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;     
    width: 60%;
}
@media screen and (max-width: 600px) {
    .singleSec > .wrapper_max .text {
        align-items: flex-start; 
        width: 100%;
        padding-top: 20px;
    }
}

.singleSec > .wrapper_max .pic {
	position: relative;
	box-sizing: border-box;
    width: 40%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 600px) {
    .singleSec > .wrapper_max .pic { 
        display: none;
    }
}

.singleSec > .wrapper_max .mobpic {
	position: relative;
	box-sizing: border-box;
    width: 100%;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
@media screen and (max-width: 600px) {
    .singleSec > .wrapper_max .mobpic { 
        display: block;
    }
}

.singleSec > .wrapper_max a.close {
	position: absolute;
	box-sizing: border-box;
    display: block;
    right: 30px;
    top: 100px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("fiximg/close.svg");
    cursor: pointer;
}
.singleSec > .wrapper_max a.close.mob {
    display: none;
}
@media screen and (max-width: 1500px) {
    .singleSec > .wrapper_max a.close {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 1200px) {
    .singleSec > .wrapper_max a.close {
        top: 30px;
    }
}
@media screen and (max-width: 1040px) {
    .singleSec > .wrapper_max a.close {
        top: 20px;
        width: 40px;
        height: 40px;
        background-image: url("fiximg/close_fett.svg");
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .singleSec > .wrapper_max a.close {
        top: 130px;
    }      
}
@media screen and (max-width: 800px) and (orientation: portrait) {
    .singleSec > .wrapper_max a.close {
        top: 50px;
    }      
}
@media screen and (max-width: 600px) {
    .singleSec > .wrapper_max a.close.mob {
        display: block;
    }
    .singleSec > .wrapper_max a.close.dt {
        display: none;
    }
}

.singleSec > .wrapper_max .cont {
	position: relative;
	box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    padding: 50px 150px;
    text-align: left;
}
@media screen and (max-width: 1500px) {
    .singleSec > .wrapper_max .cont {
        padding: 50px 120px 50px 60px;
    }
}
@media screen and (max-width: 1200px) {
    .singleSec > .wrapper_max .cont {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 1040px) {
    .singleSec > .wrapper_max .cont {
        padding: 70px 30px 30px;
    }
}

.singleSec > .wrapper_max .cont h1, 
.singleSec > .wrapper_max .cont h2 {
    box-sizing: border-box;
    font-size: 2.375rem;
    line-height: 125%;
    font-weight: 900;
    letter-spacing: 0em;
    text-transform: none;
    color: #fcea12;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    .singleSec > .wrapper_max .cont h1, 
    .singleSec > .wrapper_max .cont h2 {
        font-size: 2rem;
    }
}

.singleSec > .wrapper_max .cont h2 {
    margin-top: 20px;
}

.singleSec.bigletters p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 130%;
}

@media screen and (max-width: 780px) {
    .singleSec > .wrapper_max .cont {
        font-size: 1rem;
        font-weight: 400;
    }
}

.singleSec .newsdat {
	padding: 0;	
}

/* ------------------- Section "projekteSec" (Projektliste) ----------------------------------*/
@media screen and (max-width: 900px) {
    section.projekteSec {
        min-height: calc(100vh - 100px); 
    }
}
@media screen and (max-width: 600px) {
    section.projekteSec {
        min-height: calc(100vh - 150px); 
    }
}

.projekteSec > .wrapper_max {
    display: block;
    justify-content: flex-start;
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .projekteSec .wrapper_max {
        align-items: center;
    }      
}
@media screen and (max-width: 900px) {
    .projekteSec > .wrapper_max {
        height: calc(100% - 100px);
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .projekteSec > .wrapper_max {
        display: block;
        height: calc(100% - 150px);
        margin-bottom: 0;
    }
}

.projekteSec .pics {
	position: absolute;
	box-sizing: border-box;
    width: calc((100% + 350px) / 2);
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .projekteSec .pics {
        width: 100%;
    }
}

.projekteSec .pics>picture img {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
    object-position: right center;
}

.projekteSec .pics>picture img.akt {
    opacity: 0.8;
    transform: scale(1.02);
}

.projekteSec .pics>picture img.sw {
    filter: grayscale(100%);
}

.projekteSec .projekte {
	position: relative;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 50px;
    padding-top: 120px;
	transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
    .projekteSec .projekte {
        padding-left: 50px;
    }
}
@media screen and (max-width: 1030px) {
    .projekteSec .projekte {
        padding-left: 10px;
    }
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
    .projekteSec .projekte {
        padding-bottom: 150px;
        padding-top: 250px;
        margin-top: -100px
    }      
}
@media screen and (max-width: 900px) and (orientation: portrait) {
    .projekteSec .projekte {
        padding-bottom: 120px;
        padding-top: 120px;
        margin-top: -100px
    }      
}
@media screen and (max-width: 900px) {
    .projekteSec .projekte {
        padding-left: 20px;
    }
}
@media screen and (max-width: 600px) {
    .projekteSec .projekte {
        padding-right: 10px;
        padding-top: 80px;
    }
}

.projekteSec .projekte a {
    display: block;
    vertical-align: middle;
    font-size: 5rem;
    line-height: 112%;
    font-weight: 900;
    text-transform: none;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px #fcea12;
    -webkit-text-fill-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 2500px) {
    .projekteSec .projekte a {
        font-size: 3.6725vw;
    }
}
@media screen and (max-width: 1040px) {
    .projekteSec .projekte a {
        -webkit-text-fill-color: #fcea12;
        -webkit-text-stroke: 0;
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .projekteSec .projekte a {
        font-size: 6.5vw;
    }     
}
@media screen and (max-width: 900px) {
    .projekteSec .projekte a {
        margin-left: 5vw;
        margin-bottom: 10px;
        font-size: 5.5vw;
        line-height: 100%;
    }
}
@media screen and (max-width: 600px) {
    .projekteSec .projekte a {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 7.5vw;
    }
}

.projekteSec .projekte a.akt {
    -webkit-text-fill-color: #fcea12;
    text-decoration: none;
}
@media screen and (max-width: 1040px) {
    .projekteSec .projekte a.akt {
        -webkit-text-fill-color: #00354e;
        -webkit-text-stroke: 0;
    }
}

.projekteSec .projekte a.br {
    margin-top: 50px;
}
@media screen and (max-width: 600px) {
    .projekteSec .projekte a.br {
        margin-top: 30px;
    }
}

.projekteSec .projekte a:hover {
    text-decoration: none;
}

.projekteSec h2.hl_projekte {
    position: absolute;
    bottom: 90px;
    width: min-content;
    font-size: 8vw;
    line-height: 160%;
    display: none;
}
@media screen and (max-width: 1360px) and (orientation: portrait) {
    .projekteSec h2.hl_projekte {
        display: block;
    }
}
@media screen and (max-width: 780px) {
    .projekteSec h2.hl_projekte {
        display: block;
        left: 20px;
        margin: 0 0 0 5vw;
    }
}
@media screen and (max-width: 600px) {
    .projekteSec h2.hl_projekte {
        position: relative;
        top: -65px;
        margin-left: 0;
        font-size: 3.15rem;  
    }        
}

/* ------------------- Section "singleprojektSec" (Projektdetails) ----------------------------------*/
.singleprojektSec > .wrapper_max {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.singleprojektSec.add,
.singleprojektSec.add > .wrapper_max {
	min-height: auto;
}

.singleprojektSec > .wrapper_max .text {
	position: relative;
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;     
    width: 60%;
}
@media screen and (max-width: 660px) {
    .singleprojektSec > .wrapper_max .text {   
        width: 100%;
    }
}

.singleprojektSec.add > .wrapper_max .text {
    align-items: flex-start;     
}

.singleprojektSec > .wrapper_max .pics {
	position: relative;
	box-sizing: border-box;
    width: 40%;
    max-width: 66vh;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;  
    background-color: #fff;
    overflow: hidden;
}
@media screen and (max-width: 660px) {
    .singleprojektSec > .wrapper_max .pics {   
        width: 100%;
        max-width: 100%;
    }
}

.singleprojektSec > .wrapper_max .pics>.pic {
	position: relative;
	box-sizing: border-box;
    display: block;
    height: calc(33.33vh);
    width: 100%;
    border-bottom: 4px solid #fff;
    overflow: hidden;
}
@media screen and (max-width: 900px) {
    .singleprojektSec > .wrapper_max .pics>.pic {
        height: 33.33vh;
    }
}

.singleprojektSec > .wrapper_max .pic img {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.singleprojektSec > .wrapper_max a.close {
	position: absolute;
	box-sizing: border-box;
    display: block;
    right: 30px;
    top: 100px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("fiximg/close.svg");
    background-size: contain;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .singleprojektSec > .wrapper_max a.close {
        top: 30px;
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 1040px) {
    .singleprojektSec > .wrapper_max a.close {
        top: 20px;
        width: 40px;
        height: 40px;
        background-image: url("fiximg/close_fett.svg");
    }
}
@media screen and (max-width: 1030px) and (orientation: portrait) {
    .singleprojektSec > .wrapper_max a.close {
        top: 100px;
    }      
}
@media screen and (max-width: 500px) {
    .singleprojektSec > .wrapper_max a.close {
        top: 10px;
    }
}

.singleprojektSec > .wrapper_max .cont {
	position: relative;
	box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    padding: 50px 150px;
    text-align: left;
}
@media screen and (max-width: 1440px) {
    .singleprojektSec > .wrapper_max .cont {
        padding: 50px 150px 50px 70px;
    }
}
@media screen and (max-width: 1200px) {
    .singleprojektSec > .wrapper_max .cont {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 1040px) {
    .singleprojektSec > .wrapper_max .cont {
        padding: 70px 30px 30px;
    }
}

.singleprojektSec > .wrapper_max .cont h3 {
    box-sizing: border-box;
    margin-top: -10px;
    margin-bottom: 60px;
}

.singleprojektSec > .wrapper_max .cont h4 {
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    color: #fcea12;
    text-align: left;
}
@media screen and (max-width: 780px) {
    .singleprojektSec > .wrapper_max .cont h4 {
        font-weight: 500;
    }
}

.singleprojektSec > .wrapper_max .cont .one {
	position: relative;
	box-sizing: border-box;
    display: flex;     
    font-size: 0.875rem;
    line-height: 150%;
    text-align: left;
}
@media screen and (max-width: 780px) {
    .singleprojektSec > .wrapper_max .cont .one {
    	font-size: 1rem;
        font-weight: 400;
    }
}

.singleprojektSec > .wrapper_max .cont .key {
	position: relative;
	box-sizing: border-box;
    width: 30%;
    min-width: 120px;   
    padding-right: 10px;
}

/* ------------------- Section "textObjectSec" (Nur Text) ----------------------------------*/
section.textObjectSec {
	padding: 80px 40px 150px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/* ------------------- Section "kontaktformSec" (mit Formular) ----------------------------------*/
section.kontaktformSec {
	padding: 120px 0;
    background-color: #fff;
	text-align: center;
}
@media screen and (max-width: 800px) {
  section.kontaktformSec {
      padding: 60px 40px;
  }
}

.kontaktformSec h3 {
	color: #fcea12;
}

.kontaktformSec h4 {
    margin: 30px 0; 
	color: #fcea12;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.kontaktformSec a {
	color: #00354e;
    text-transform: none;
    font-weight: 300;
    font-style: normal; 
}

.kontaktformSec a.urllink {
    text-transform: uppercase;
    font-weight: 700;
}

.kontaktformSec .trennerv {
	display: inline-block;
	width: 1px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-left: 1px solid #00354e;
}

.kontaktformSec .trennerh {
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #00354e;
}

.kontaktformSec h6 {
	margin-top: 20px;
	font-size: 0.8125rem;
	text-transform: none;
    font-weight: 300;
}

.kontaktformSec p {
	font-size: 1rem;
	text-align: center;
}

.kontaktformSec p.small {
	font-size: 0.875rem;
	line-height: 125%;
	text-align: center;
}

.kontaktformSec .falogo {
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 20px auto 0;
}

.kontaktformSec .dlform {
	text-align: center;
}

.kontaktformSec .dlform .formhead {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
}

.kontaktformSec .dlform .formhead .one {
	position: relative;
	box-sizing: border-box;
    width: 50%;
    padding: 20px;
	text-align: center;
}

.kontaktformSec .dlform .dsOkay {
	text-align: left;
}

.kontaktformSec .dlkontakt h5 {
    text-align: center;
}

p.kontaktPflichtfeld {
	text-align: left;
	font-size: 0.8125rem;
}

#anfrageBut {
 	position: relative;
	box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 0;
	text-align: center;
    background-color: #fff;
    text-transform: uppercase;
}

.kontaktPflichtfeld {
    margin: 20px auto;
}

/* ------------------- Section "slideSec" (Slideshow) ----------------------------------*/
section.slideSec {
	background-color: #fff;
}

.slideSec .slideBox.wrapper_medpic {
	padding: 0 180px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 1300px) {
	.slideSec .slideBox.wrapper_medpic {
		padding: 0 100px;
	}
}
@media screen and (max-width: 1040px) {
	.slideSec .slideBox.wrapper_medpic {
		padding: 0 40px;
	}
}

.slideSec .slideBox.wrapper_hd .cycloneslider-template-standard .cycloneslider-prev {
	left: 10px;
}

.slideSec .slideBox.wrapper_hd .cycloneslider-template-standard .cycloneslider-next {
	right: 10px;
}

@media screen and (max-width: 1040px) {
	.cycloneslider-template-standard .cycloneslider-pager {
		display: block;
	}
}

/* ------------------- Section "standortSec" (Karte - Standort) ----------------------------------*/
section.standortSec {
	padding: 80px 0;
}
@media screen and (max-width: 1520px) {
	section.standortSec {
		padding: 80px 40px;
	}
}

.standortSec .content {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.standortSec .content > img {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 65%;
	height: auto !important;
}

.standortSec .content .halfTxt {
	position: relative;
	box-sizing: border-box;
	width: 35%;
	padding-left: 30px;
}
@media screen and (max-width: 980px) {
	.standortSec .content > img {
		width: 100%;
	}

	.standortSec .content .halfTxt {
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
}

.standortSec .content .halfTxt h6 {
    margin-left: 30px;
}

.standortSec .content .halfTxt .first {
    display: inline-block;
    width: 30px;
}

.standortSec .content .halfTxt .flex2Box .oneFlex2 {
	width: 100%
}
@media screen and (max-width: 980px) {
	.standortSec .content .halfTxt .flex2Box .oneFlex2 {
		width: 50%;
		padding-right: 20px;
	}
}
@media screen and (max-width: 600px) {
	.standortSec .content .halfTxt .flex2Box .oneFlex2 {
		width: 100%;
		padding-right: 0;
	}
}

/* ------------------- Section "twoPics" (Zwei Bilder nebeneinander) ----------------------------------*/
section.twoPics { background-color: #fff; }

.twoPics .picBox {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.twoPics .picBox > img {
	position: relative;
	box-sizing: border-box;
	display: block;
	height: auto !important;
}

.twoPics .picBox.samewidth > img {
	width: 50%;
}

.twoPics .picBox > img:first-of-type { padding-right: 10px; }
.twoPics .picBox > img:last-of-type { padding-left: 10px; }

@media screen and (max-width: 600px) {
	.twoPics .picBox {
		padding: 0 40px; 
	}	
	
	.twoPics .picBox > img {
		width: 100% !important;
	}

	.twoPics .picBox > img:first-of-type { 
		padding-right: 0;
		padding-bottom: 40px;
	}
	.twoPics .picBox > img:last-of-type { padding-left: 0; }
}

/* ------------------- Section "picOnlySec" (Nur Bild über die volle Wrapperbreite) ----------------------------------*/
section.picOnlySec {
	padding: 20px 0;
	background-color: #fff;
}

.picOnlySec .h2Box {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1;
}

.picOnlySec h2 {
	padding: 100px 0 80px;
}
@media screen and (max-width: 800px) {
	.picOnlySec h2 {
		padding: 60px 40px 40px;
	}
}

.picOnlySec h2.center {
	padding: 0 !important;
	margin: 0 auto;
	font-size: 3.5rem;
	font-weight: 400;
	text-align: center;
}
@media screen and (max-width: 1300px) {
    .picOnlySec h2.center {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 600px) {
	.picOnlySec h2.center {
		font-size: 2.0rem;
	}
}

.picOnlySec h2.center strong {
	font-weight: 600;
}

.picOnlySec .picBox {
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.picOnlySec .picBox.pad {
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 1520px) {
	.picOnlySec .picBox.stamp {
		padding-left: 65px;
		padding-right: 65px;
	}
}
@media screen and (max-width: 800px) {
	.picOnlySec .picBox.stamp {
		padding-left: 40px;
		padding-right: 40px;
	}
    
    .picOnlySec .stempel {
		right: 20px;
		top: -20px;
		width: 80px;
		height: 80px;
	}
}

.picOnlySec img {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}

.picOnlySec .stempel {
	position: absolute;
	box-sizing: border-box;
	right: -100px;
	top: -100px;
	width: 200px;
	height: 200px;
	background-image: url("fiximg/stempel.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 1520px) {
	.picOnlySec .stempel {
		right: 5px;
		top: -60px;
		width: 120px;
		height: 120px;
	}
}

/* ------------------- Section "showDataSec" (Daten + Skizze) ----------------------------------*/
section.showDataSec {
	padding: 80px 0;
	background-color: #fff;
}

@media screen and (max-width: 1100px) {
	.showDataSec .wrapper_smallpic,
	.showDataSec .wrapper_smallcont {
		padding: 0 40px;
	}
}

.showDataSec .content {
	max-width: 600px;
}

.showDataSec h2 {
	padding: 60px 0;
}

.showDataSec p {
	box-sizing: border-box;
	line-height: 125%;
	letter-spacing: 0;
	font-style: italic;
	text-transform: none;
	text-align: left;
}

.showDataSec img {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

/* ------------------- Section "mosaikPics" (Mosaik mit MouseOver) ----------------------------------*/
section.mosaikPics {
	padding: 80px 0;
	background-color: #fff;
}

.mosaikPics .contBox {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mosaikPics .contBox .oneMosaik {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 20%;
	height: auto !important;
}
@media screen and (max-width: 600px) {
	.mosaikPics .contBox .oneMosaik {
		width: 50%;
	}
}
	
/* --------------------------------------------------------------------------
   SPEZ. DEFINITIONEN FÜR EINZELNE INHALTSBERICHE
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Videos / Pics
   -------------------------------------------------------------------------- */
.videoBox { 
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden; 
}

.videoBox video {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

.fullPic {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
  
/* --------------------------------------------------------------------------
   Effekte
   -------------------------------------------------------------------------- */
.effektBoxZoom,
.noeffektBoxZoom { 
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden; 
}

.effektBoxZoom img {
	-webkit-transition: all 4s ease;
	transition: all 4s ease;
}

.effektBoxZoom:hover img {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}

.noeffektBoxZoom video {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

.aniRotate {
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

.scale90 {
	-webkit-transform:scale(0.90);
	transform:scale(0.90);
}

.scale95 {
	-webkit-transform:scale(0.95);
	transform:scale(0.95);
}

.opacity100 {
	 filter: alpha(opacity=1); 
	 opacity: 1;
}

.rotate360 {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

/* --------------------------------------------------------------------------
   ALLGEMEINE LAYOUT- UND SEITENDEFINITIONEN
   -------------------------------------------------------------------------- */
.img_left,
img.alignleft {
	margin: 5px 10px 0 0;
	float: left;
}

.img_right,
img.alignright {
	margin: 5px 0 0 10px;
	float: right;
}

.m_right0, 
.mRight0						{ margin-right: 0 !important; }

.m_right, 
.mRight							{ margin-right: 10px !important; }

.m_left0,
.mLeft0							{ margin-left: 0 !important; }

.m_bottom0,
.mBottom0						{ margin-bottom: 0 !important; }

.m_top0,
.mTop0							{ margin-top: 0 !important; }

.m_top3,
.mTop3							{ margin-top: 30px !important; }

.m_top12,
.mTop12							{ margin-top: 120px !important; }

.m_bottom_sp1					{ margin-bottom: 12px !important; }

.p_right0						{ padding-right: 0 !important; }
.p_left0						{ padding-left: 0 !important; }
.p_bottom0						{ padding-bottom: 0 !important; }
.p_top0,
.pTop0							{ padding-top: 0 !important; }

.p_right						{ padding-right: 45px !important; }
.p_left							{ padding-left: 45px !important; }
.p_bottom						{ padding-bottom: 45px !important; }
.p_top							{ padding-top: 45px !important; }

.b_right0						{ border-right: none !important; }
.b_left0						{ border-left: none !important; }
.b_bottom0						{ border-bottom: none !important; }
.b_top0							{ border-top: none !important; }

.align_left						{ text-align: left !important; }
.align_right					{ text-align: right !important; }
.align_center					{ text-align: center !important; }

.vaMiddle						{ vertical-align: middle !important; }

.fl_left,
.fLeft							{ float: left !important; }

.fl_right,
.fRight							{ float: right !important; }

.left50 {
	float: left;
	width: 48%; 
	margin-right: 1.9%;
}

.c_rot,
.err { color: red !important; }

.bordered {
	padding: 5px;
	border: 1px dotted #ccc;
}

.clear							{ clear: both; }

.disp_block						{ display: block; }
.disp_inline					{ display: block; }
.disp_hide						{ display: none; }

.hyph {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

img.fullW { 
	width: 100%;
	height: auto;
}

.shadowBot {
	-webkit-box-shadow: 0 4px 4px -2px #999;
	-moz-box-shadow: 0 4px 4px -2px #999;
	box-shadow: 0 4px 4px -2px #999;
}

.orange { color: #2da798; }

.brdt {
    display: block;      
}

@media screen and (max-width: 600px) {
  .mob_only,
  .brdt {
      display: none;
  }
}


/* --------------------------------------------------------------------------
   weitere horizontale Boxen / Wrapper
   -------------------------------------------------------------------------- */
.fl100p,
.fr100p,
.w100p {
	box-sizing: border-box;
	float: none;
	width: 100% !important;
}

.fl085p,
.fr085p {
	box-sizing: border-box;
	float: left;
	width: 85% !important;
}
.fl085p.space,
.fr085p.space { 
	width: 83% !important;
	width: calc( 85% - 10px ) !important; 
}
.fr085p			{ float: right; }

.fl080p,
.fr080p {
	box-sizing: border-box;
	float: left;
	width: 80% !important;
}
.fl080p.space,
.fr080p.space { 
	width: 78% !important;
	width: calc( 80% - 10px ) !important; 
}
.fr080p			{ float: right; }

.fl070p,
.fr070p {
	box-sizing: border-box;
	float: left;
	width: 70% !important;
}
.fl070p.space,
.fr070p.space { 
	width: 68% !important;
	width: calc( 70% - 10px ) !important; 
}
.fr070p			{ float: right; }

.fl050p,
.fr050p {
	box-sizing: border-box;
	float: left;
	width: 50% !important;
}
.fl050p.space,
.fr050p.space { 
	width: 48% !important;
	width: calc( 50% - 10px ) !important; 
}
.fr050p			{ float: right; }

.fl030p,
.fr030p {
	box-sizing: border-box;
	float: left;
	width: 30% !important;
}
.fl030p.space,
.fr030p.space { 
	width: 28% !important;
	width: calc( 30% - 10px ) !important; 
}
.fr030p			{ float: right; }

.fl028p,
.fr028p {
	box-sizing: border-box;
	float: left;
	width: 28% !important;
}
.fl028p.space,
.fr028p.space { 
	width: 26% !important;
	width: calc( 28% - 10px ) !important; 
}
.fr028p			{ float: right; }

.fl025p,
.fr025p {
	box-sizing: border-box;
	float: left;
	width: 25% !important;
}
.fl025p.space,
.fr025p.space { 
	width: 23% !important;
	width: calc( 25% - 10px ) !important; 
}
.fr025p			{ float: right; }

.fl020p,
.fr020p {
	box-sizing: border-box;
	float: left;
	width: 20% !important;
}
.fl020p.space,
.fr020p.space { 
	width: 18% !important;
	width: calc( 20% - 10px ) !important; 
}
.fr020p			{ float: right; }

.fl015p,
.fr015p {
	box-sizing: border-box;
	float: left;
	width: 15% !important;
}
.fl015p.space,
.fr015p.space { 
	width: 13% !important;
	width: calc( 15% - 10px ) !important; 
}
.fr015p			{ float: right; }

ul.bullet {
	list-style-type: disc;
	margin-left: 12px;
}

ul.bullet li { margin-left: 0; }

.hidden				{ opacity:0; }
.visible			{ opacity:1; }

.fh					{ min-height: 100vh; }

.button {
    border-radius: 0;
	cursor: pointer;
	box-shadow: none;
}
.button:hover		{ color: #fcea12; }

/* ==========================================================================
   ÜBERSCHREIBEN VON PLUGIN-DEFINITIONEN
   ========================================================================== */
/* ------------------- LightBox ----------------------------------*/   
.sl-overlay {
    opacity: .95;
}  

.sl-wrapper .sl-close {
    display: block;
    right: 30px;
    top: 30px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("fiximg/close.svg");
    background-size: contain;
    text-indent: -99999px;
    color: #fff;
    outline: 0;
}
@media screen and (max-width: 1200px) {
    .sl-wrapper .sl-close {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 1040px) {
    .sl-wrapper .sl-close {
        width: 40px;
        height: 40px;
        background-image: url("fiximg/close_fett.svg");
    }
}
@media screen and (max-width: 500px) {
    .sl-wrapper .sl-close {
        width: 30px;
        height: 30px;
    }
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("fiximg/arr_left.svg");
    background-size: contain;
    text-indent: -99999px;
    color: #fff;
    outline: 0;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    width: 80px;
    height: 80px;
    background-position: center;                                 
    background-repeat: no-repeat;
    background-image: url("fiximg/arr_right.svg");
    background-size: contain;
    text-indent: -99999px;
    color: #fff;
    outline: 0;
}
@media screen and (max-width: 1200px) {
    .sl-wrapper .sl-navigation button.sl-prev,
    .sl-wrapper .sl-navigation button.sl-next {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 1040px) {
    .sl-wrapper .sl-navigation button.sl-prev,
    .sl-wrapper .sl-navigation button.sl-next {
        width: 40px;
        height: 40px;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        background-image: url("fiximg/arr_left_fett.svg");
    }
    .sl-wrapper .sl-navigation button.sl-next {
        background-image: url("fiximg/arr_right_fett.svg");
    }
}
@media screen and (max-width: 500px) {
    .sl-wrapper .sl-navigation button.sl-prev,
    .sl-wrapper .sl-navigation button.sl-next {
        width: 30px;
        height: 30px;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 0;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 0;
    }
}

.sl-wrapper .sl-counter {
    font-size: 1.25rem;
}

/*.sl-spinner {
	border: 0;
	border-radius: 0;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none
}    */
   
/* ------------------- CycloneSlider II ----------------------------------*/
.cycloneslider-template-standard { margin-bottom: 0; }

.cycloneslider-template-standard .cycloneslider-pager {
	bottom: 15px;
	left: auto;
	right: auto;
	height: 14px;
	text-align: center;
}

.cycloneslider-template-standard .cycloneslider-pager span {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 3px;
	width: 14px;
	height: 14px;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #000;
}

.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active { background-color: #fff; }

.cycloneslider-template-standard .cycloneslider-prev, 
.cycloneslider-template-standard .cycloneslider-next {
	top: 50%;
	width: 44px;
	height: 82px;
	margin-top: -41px;
	border-radius: 0;
	background-color: transparent;
	background-image: url("fiximg/pfeile_slider.png");
	-webkit-box-shadow: none;
    box-shadow: none;
	z-index: 500;
}
@media screen and (max-width: 1040px) {
	.cycloneslider-template-standard .cycloneslider-prev, 
	.cycloneslider-template-standard .cycloneslider-next {
		display: none;
	}
}

.cycloneslider-template-standard .cycloneslider-prev {
	left: -90px;
	background-position: 0 -82px;
}

.cycloneslider-template-standard .cycloneslider-next {
	right: -90px;
	background-position: -44px -82px;
}

.cycloneslider-template-standard:hover .cycloneslider-prev,
.cycloneslider-template-standard:hover .cycloneslider-next{
	opacity: 0.4;
}
.cycloneslider-template-standard .cycloneslider-prev:hover,
.cycloneslider-template-standard .cycloneslider-next:hover{
	opacity: 1;
}
.cycloneslider-template-standard .cycloneslider-prev.disabled,
.cycloneslider-template-standard .cycloneslider-next.disabled{
	opacity: 0.4;
}

.cycloneslider-template-standard .cycloneslider-prev .arrow,
.cycloneslider-template-standard .cycloneslider-next .arrow {
	display: none;
}

.cycloneslider-template-standard .cycloneslider-caption {
	top: 50%;
	left: 50%;
    height: 240px;
	width: 600px;
    margin-top: -120px;
	margin-left: -300px;
    text-align: center;
	color: #00354e;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1;
	-moz-box-shadow: 3px 3px 3px 0 #ddd;
	-webkit-box-shadow: 3px 3px 3px 0 #ddd;
	box-shadow: 3px 3px 3px 0 #333;
}

.cycloneslider-template-standard .cycloneslider-caption-title {
    padding: 20px 0 10px;
	font-size: 2rem;
	color: #00354e;
	text-transform: uppercase;
}

.cycloneslider-template-standard .cycloneslider-caption-description h2 {
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 2rem;
	text-transform: uppercase;
}

.cycloneslider-template-standard .cycloneslider-caption-description p {
	margin: 0;
	padding: 4px 0;
	color: #00354e;
}

.cycloneslider-template-standard .cycloneslider-caption-description a {
	padding: 2px 8px;
	background-color: #fff;
	border-radius: 8px;
	color: #00354e;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.cycloneslider-template-standard .cycloneslider-caption-description a:hover {
	color: #00354e;
	text-decoration: none;
}

/* ------------------- Swiper ----------------------------------*/
.swiper-button-next,
.swiper-button-prev {
    top: calc(50% - 50px);
    height: 100px;
    width: 50px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
@media screen and (max-width: 1040px) {
    .swiper-button-next,
    .swiper-button-prev {
        top: calc(50% - 25px);
        height: 50px;
        width: 25px;
    }
}

.swiper-button-prev {
    left: auto;
    right: calc(30% - 85px);
    background-image: url("fiximg/arr_left.svg");
}

.swiper-button-next {
    right: calc(30% - 165px);
    left: auto;
    background-image: url("fiximg/arr_right.svg");
}
@media screen and (max-width: 1040px) {
    .swiper-button-prev {
        right: calc(30% - 35px);
        background-image: url("fiximg/arr_left_fett.svg");
    }
    .swiper-button-next {
        right: calc(30% - 85px);
        background-image: url("fiximg/arr_right_fett.svg");
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #fcea12;
}

.swiper-button-next:after, .swiper-button-prev:after {
    text-indent: -9999px;
}

/* --------------------------------------------------------------------------
   Radio- und Checkboxen
   -------------------------------------------------------------------------- */
input[type="checkbox"].l1,
input[type="radio"].l1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"].l1:focus + label:before,
input[type="checkbox"].l1:focus + label:before {
  border-color: #000;
}

input[type="radio"].l1:hover + label:before , 
input[type="checkbox"].l1:hover + label:before {
	border-color: #666;
}

input[type="checkbox"].l1:active + label:before,
input[type="radio"].l1:active + label:before {
  -webkit-transition-duration: 0;
		  transition-duration: 0;
  -webkit-filter: brightness(0.7);
		  filter: brightness(0.7);
}

input[type="checkbox"].l1 + label,
input[type="radio"].l1 + label {
  position: relative;
  padding: 0 10px;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
input[type="checkbox"].l1 + label:before,
input[type="radio"].l1 + label:before {
	box-sizing: content-box;
	content: '';
	color: #000;
	position: absolute;
	top: 10px;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	border: 2px solid #000;
	text-align: center;
}

input[type="checkbox"].l1 + label:before {
	width: 15px;
	height: 15px;
	margin-top: -9px;
	border: 1px solid #000;
}

input[type="checkbox"].l1 + label:after,
input[type="radio"].l1 + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
		  transform: scale(0);
  -webkit-transform-origin: 50%;
		  transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

input[type="checkbox"].l1 + label:after {
  background-color: #000;
  top: 10px;
  left: 4px;
  width: 9px;
  height: 8px;
  margin-top: -4px;
  border-style: solid;
  border-color: #000;
  border-width: 0;
  -o-border-image: none;
	 border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
		  transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none;
}

input[type="checkbox"].l1:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
		  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

input[type="radio"].l1:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
		  animation: borderscale 300ms ease-in;
  background-color: #000;
}

input[type="radio"].l1:checked + label:after {
  -webkit-transform: scale(1);
		  transform: scale(1);
}

input[type="radio"].l1 + label:before, input[type="radio"] + label:after {
  border-radius: 50%;
}

input[type="checkbox"].l1:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
		  animation: borderscale 200ms ease-in;
}

/*input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg) scale(1);
		  transform: rotate(-45deg) scale(1);
}*/
input[type="checkbox"].l1:checked + label:after {
  -webkit-transform: scale(1);
		  transform: scale(1);
}

/* --------------------------------------------------------------------------
   Cookiebanner
   -------------------------------------------------------------------------- */
#cookiebanner a { 
	color: #fff; 
	text-decoration: underline; 
}

#cookiebanner a:hover { 
	text-decoration: underline;
	color:#aaa; 
}

#cookiebanner {  
	position: fixed;
	box-sizing: border-box;
	bottom: 0; 
	width: 100%;
	padding: 30px 20px 20px;
	border-top: 1px solid #fcea12; 
	background: rgba(0,0,0,0.6); 
  	z-index:10000;
}

#cookiebanner h4 {
	margin-top: 0;
	text-align: center;
}

#cookiebanner p {
	color: #fff;
	font-size: 1.0rem; 
	line-height: 140%;
	text-align: center;
}

#cookiebanner .imp { text-align: right; }

#cookiebannerCloser {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 15px; 
    font-size: 0.9rem;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
	background: #000;
	cursor: pointer;
}

#cookiebannerCloser:hover {
	color: #fcea12; 
	background: #000; 
}

@media screen and (max-width: 600px) {
	#cookiebanner { 
		padding: 20px 10px 5px;
	}
	
	#cookiebanner p {
		margin-bottom: 5px;
		font-size: 0.8rem; 
	}
	
	#cookiebannerCloser {
		margin-top: 10px;
		padding: 5px 10px; 
		font-size: 0.7rem;
	}
}

/* --------------------------------------------------------------------------
   SHEETS ZU SPEZIELLEN SECTIONEN (ID-BEZOGEN) 
   -------------------------------------------------------------------------- */
#impressum > .wrapper_max,
#datenschutzerklaerung > .wrapper_max {
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 50px;
}

#impressum > .wrapper_max .text,
#datenschutzerklaerung > .wrapper_max .text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
}

#impressum > .wrapper_max .cont,
#datenschutzerklaerung > .wrapper_max .cont {
    width: 100%;
    padding: 340px 50px 50px 150px;
}
@media screen and (max-width: 1200px) {
      #impressum > .wrapper_max .cont,
      #datenschutzerklaerung > .wrapper_max .cont {
          padding: 140px 50px 50px 80px;
      }
}
@media screen and (max-width: 800px) {
      #impressum > .wrapper_max .cont,
      #datenschutzerklaerung > .wrapper_max .cont {
          padding: 60px 20px 0;
      }
}

#impressum > .wrapper_max .cont h1, 
#impressum > .wrapper_max .cont h2,
#datenschutzerklaerung > .wrapper_max .cont h1, 
#datenschutzerklaerung > .wrapper_max .cont h2 {
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 2.375rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0em;
    text-transform: none;
    color: #fcea12;
    text-align: left;
}

#impressum > .wrapper_max .pic,
#datenschutzerklaerung > .wrapper_max .pic {
    display: none;
}

/*  -------------------------------------- 
	MEDIA QUERIES
	-------------------------------------- */

